Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7-beta-1
-
None
Description
Testcase:
myMap = [EMPNO: 10, HIREDATE: Date.parse("yyyy-MM-dd", "1982-12-25")]
dbSet.add myMap
This results in:
WARNING: Failed to add row for:
java.sql.SQLException: Invalid column type
The database does not recognize this date format.
The add() method should use the values as a bind variable without converting them to string.