[MCOL-569] CS does not support reserved words as table names Created: 2017-02-15 Updated: 2018-02-13 Resolved: 2018-02-13 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.0.7 |
| Fix Version/s: | 1.2.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Justin Swanhart (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||||||||||
| Sprint: | 2018-03, 2018-04 | ||||||||||||||||
| Description |
|
create table `user`(id bigint) engine=columnstore; create table `datetime`(id bigint) engine=columnstore; |
| Comments |
| Comment by David Thompson (Inactive) [ 2017-02-16 ] |
|
Don't see this as critical priority as there is a simple workaround to change the table name. It should be fixed however as there may be cases where a code generator or ported product might run into this. |
| Comment by Justin Swanhart (Inactive) [ 2017-02-16 ] |
|
it is not simple to change the table name of an existing application without changing the whole application. This should certainly be critical as the workaround isn't really a workaround - it requires too much work. |
| Comment by Andrew Hutchings (Inactive) [ 2018-01-24 ] |
|
Fix contributed along with |
| Comment by Daniel Lee (Inactive) [ 2018-02-13 ] |
|
Build verified: Github source 1.2.0-1 /root/columnstore/mariadb-columnstore-server Update README.md diff --git a/README.md b/README.md ```bash
/root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #399 from drrtuy/ Verified DDL, DML, query and cpimport |