cubrid icon indicating copy to clipboard operation
cubrid copied to clipboard

[CBRD-25329] truncate milli-seconds when converting DATETIME to TIMESTAMP in server side JDBC

Open hyunikn opened this issue 9 months ago • 1 comments

http://jira.cubrid.org/browse/CBRD-25329

hyunikn avatar Apr 30 '24 08:04 hyunikn

I added a commit (c64142e) to suppress milli-seconds truncation of arguments to DATETIME type parameters and another commit (4a69274) that properly uses toDatetime() instead of incorrect toTimestamp() in some places.

hyunikn avatar May 02 '24 06:05 hyunikn