Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
2018-03, 2018-04
Description
create table kvstore(
`key` varchar(1024),
`value` varchar(1024)
) engine=columnstore;
ERROR 1178 (42000): The storage engine for the table doesn't support The syntax or the data type(s) is not supported by Columnstore. Please check the Columnstore syntax guide for supported syntax or data types.
The whole point of having backticks is so that reserved words can be used. This is very broken! Modifying an application to change column names (or table names) is not trivial.
Also, the error message is completely wrong and misleading. I have complex tables with many columns and I ended up doing a binary search to figure out which column was affected. These error messages should be much more helpful, not to mention they should be grammatically correct.
Attachments
Issue Links
- duplicates
-
MCOL-950 Can't use key words as field or table name with quote(`)
- Closed
- is duplicated by
-
MCOL-1006 "Action" (and maybe other reserved words) cannot be used as column names
- Closed
-
MCOL-1022 Reserved keywords can't create table
- Closed
- is part of
-
MCOL-1384 Couldn't use reserved words in idents even with quotes(backport from develop)
- Closed
- relates to
-
MCOL-161 CREATE TABLE does not report what columns have invalid data types
- Closed
-
MCOL-569 CS does not support reserved words as table names
- Closed