[MCOL-1310] CREATE TABLE, decimal precision too high Created: 2018-03-27 Updated: 2023-10-26 Resolved: 2018-03-30 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | 1.1.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | Elena Kotsinova (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-07 |
| Description |
|
When hitting the SQL button, PDI tries to create the database if not existent. The statement uses Decimal() up to precision of 20 digits if necessary, but ColumnStore currently only supports Decimal(18). |
| Comments |
| Comment by Jens Röwekamp (Inactive) [ 2018-03-27 ] |
|
Set decimal length to a maximum of 18. Pushed to branch |
| Comment by Elena Kotsinova (Inactive) [ 2018-03-30 ] |
|
verified for: |