Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.5
-
None
-
None
-
2018-10, 2018-11
Description
The following query from test005 fails due to the space between the '.' and the table name in quotes. This is a regression.
CREATE TABLE dml. `sam_r368530763500` ( `cmp_inst_id` varchar(32) DEFAULT |
NULL, `agt_inst_id` varchar(32) DEFAULT NULL, `output_id` varchar(10) |
DEFAULT NULL, `level_id` varchar(100) DEFAULT NULL, `tgt_level_id` |
varchar(100) DEFAULT NULL, `row_id` int(11) DEFAULT NULL, `rndnr` |
decimal(18,0) DEFAULT NULL, `b_cmp_inst_id` varchar(32) DEFAULT NULL, |
`b_agt_inst_id` varchar(32) DEFAULT NULL, `b_output_id` varchar(10) DEFAULT |
NULL, `clientid` varchar(32) DEFAULT NULL, `A_` varchar(100) DEFAULT NULL, |
`C_` varchar(100) DEFAULT NULL, `B_` varchar(100) DEFAULT NULL ) |
engine=columnstore;
|