Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CM8.4.0
-
Fix Version/s: CM8.4.0.3
-
Component/s: CUBRID Manager
-
Labels:
-
Environment:
Windows XP
Description
There is no length check when create a table.
so user can create a table with a very very long name.
[Repro steps]
1)creat a table with a longlong name
such as 60KB...
2)
create table will be successfully, but when user want to check the details, error will shows.
please check in attachment.
[expect result]
name length should be checked when create a table
http://www.cubrid.org/manual/840/en/CREATE%20TABLE-Table%20Definition
CUBRID 中 create table的时候, table名字的长度限制为255个字节.
文档中表示是255字节, 但是CUBRID并没有真正的限制.
所以, 应该给CUBRID开发团队提交这个问题.