Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* run integration tests with custom driver install - add CLI option to take a connection string and use that to connect to a custom driver installation. * add support for timestamps in local timezone With this commit the driver will be able to use local timestamps towards the application and do the translation between that and ES/SQL (UTC) A connection string parameter controlls if this behavior is enabled; it is disabled by default. The timezone is read from the TZ environment variable, or the system if that isn't set. The driver will now also provide the SQL format of date/timestamp when a DATE/DATETIME value is converted to string. * add the integration tests for the timezone support - the commit also corrects some of the existing tests to respect the column size and/or decimal digits. * fix define conditionals for mktime error message - _WIN64 -> !_USE_32BIT_TIME_T
- Loading branch information