Closed
Description
Issues like this one were the result of enforcing the mode
parameter on the ODBC driver and discovering that the driver was expecting dates in the ISO 8601 format, but SQL was making a choice in case of JDBC/ODBC to format the date as millis-since-epoch.
The protocol SQL uses in relation to its clients needs tests that make sure the protocol rules don't change unexpectedly.