Releases: ClickHouse/clickhouse-odbc
Releases · ClickHouse/clickhouse-odbc
Release 2018-08-16
Misc fixes
2018-08-14
Timeout fixes.
linux, macos: build both UNICODE and ANSI libs
2018-08-06
Some strings problems fixes
2018-05-15
Support attributes SQL_ATTR_ROW_ARRAY_SIZE SQL_ATTR_ROWS_FETCHED_PTR.
SQLGetFunctions: add missing functions.
2018-04-25
Windows build with https support.
Added functions: MOD, CURRENT_DATE, QUARTER, DAYOFWEEK, LCASE, LOCATE, LTRIM, DAYOFYEAR .
Fixed complex expression parsing.
Allow build with libiodbc.
2018-03-21
Support CURRENT_TIMESTAMP, sql function call inside odbc function "SELECT {fn TIMESTAMPADD(SQL_TSI_DAY,1,CAST({fn CURRENT_TIMESTAMP(0)} AS DATE))}" (#69)
Can be compiled under macos and freebsd
2018-02-01
CONVERT now support all types.
New functions added:
ROUND POWER TRUNCATE SQRT ABS TIMESTAMPDIFF TIMESTAMPADD CURDATE
Small fixes.
2017-11-07
Configure connection timeout.
2017-10-31
- interpret all unknown or unsupported types as String.
2017-10-30
- fixes in SQLColumns;
- interpret all unknown or unsupported types as String.