[MCOL-950] Can't use key words as field or table name with quote(`) Created: 2017-09-30  Updated: 2017-09-30  Resolved: 2017-09-30

Status: Closed
Project: MariaDB ColumnStore
Component/s: DMLProc
Affects Version/s: 1.0.11
Fix Version/s: Icebox

Type: Bug Priority: Major
Reporter: Gavin Chen Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: key, quote(`), words
Environment:

CentOS 7


Issue Links:
Duplicate
is duplicated by MCOL-569 CS does not support reserved words as... Closed
is duplicated by MCOL-573 CS does not support reserved words as... Closed

 Description   

CREATE TABLE `database`
(
id int AUTO_INCREMENT PRIMARY KEY,
sVal varchar(50),
`datetime` datetime
) ENGINE=INNODB; – GOOD: key words with quote(`) can working in table or field name

CREATE TABLE `table`
(
id int NOT NULL,
sVal varchar(50),
`datetime` datetime
) ENGINE=columnstore;-- BAD: key words with quote(`) Can't working in table or field name



 Comments   
Comment by David Thompson (Inactive) [ 2017-09-30 ]

This is already reported in the 2 related bugs.

Generated at Thu Feb 08 02:25:02 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.