Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
None
Description
Following upsert statement fails for unsigned_date
upsert into TEST values (TO_DATE('2013-01-04 01:01:01'));
Error:ERROR 203 (22005): Type mismatch. DATE and UNSIGNED_DATE for expression: '2013-01-04 01:01:01.000' in column CREATED_DATE (state=22005,code=203)
Uncovered during 2.x > 3.0 upgrade when date type is changed to unsigned_date type.