[MCOL-163] DOUBLE PRECISION synonym for DOUBLE datatype not supported Created: 2016-06-22 Updated: 2017-01-18 Resolved: 2017-01-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Justin Swanhart (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-01, 2017-2 |
| Description |
|
create table fact ( 1178 - 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. |
| Comments |
| Comment by David Hall (Inactive) [ 2017-01-06 ] | ||||||||||||||||||
|
We need a regression test for this | ||||||||||||||||||
| Comment by Andrew Hutchings (Inactive) [ 2017-01-06 ] | ||||||||||||||||||
|
Yep. Pull request added for test | ||||||||||||||||||
| Comment by David Hall (Inactive) [ 2017-01-06 ] | ||||||||||||||||||
|
Daniel, just check to be sure you can create a table with "double" and with "double precision". Both should work. A regression test has been added. | ||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2017-01-17 ] | ||||||||||||||||||
|
Build verified: Github source build. [root@builder mariadb-columnstore-server]# git show Merge pull request #26 from mariadb-corporation/ Update README.md MariaDB [mytest]> create table t1 (dp1 double, dp2 double precision) engine=columnstore; MariaDB [mytest]> desc t1;
------
------ | ||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2017-01-18 ] | ||||||||||||||||||
|
Retested in the correct branch Build verified: Github source build. [root@localhost mariadb-columnstore-server]# git show merge develop branch | ||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2017-01-18 ] | ||||||||||||||||||
|
Retested: Build verified: Github source build [root@localhost mariadb-columnstore-server]# git show Merge pull request #26 from mariadb-corporation/ Update README.md [root@localhost mariadb-columnstore-engine]# git show Merge pull request #96 from mariadb-corporation/ |