[MCOL-170] Invalid dates are truncacted to NULL instead of 0000-00-00 Created: 2016-06-22 Updated: 2016-09-19 Resolved: 2016-09-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Justin Swanhart (Inactive) | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
MariaDB [(none)]> use test; MariaDB [test]> insert into t1 values (.1); MariaDB [test]> select * from t1;
------------
------------ MariaDB [test]> drop table t1; MariaDB [test]> create table t1(d1 date) engine=columnstore; MariaDB [test]> insert into t1 values (.1); MariaDB [test]> select * from t1;
------
------ |
| Comments |
| Comment by Justin Swanhart (Inactive) [ 2016-06-22 ] |
|
affects date and datetime columns |
| Comment by David Thompson (Inactive) [ 2016-09-19 ] |
|
Fix for |