Skip to content

Releases: ClickHouse/clickhouse-odbc

Release 2018-08-16

16 Aug 18:55
Compare
Choose a tag to compare

Misc fixes

2018-08-14

14 Aug 20:25
Compare
Choose a tag to compare

Timeout fixes.
linux, macos: build both UNICODE and ANSI libs

2018-08-06

06 Aug 16:36
Compare
Choose a tag to compare

Some strings problems fixes

2018-05-15

15 May 12:24
Compare
Choose a tag to compare

Support attributes SQL_ATTR_ROW_ARRAY_SIZE SQL_ATTR_ROWS_FETCHED_PTR.
SQLGetFunctions: add missing functions.

2018-04-25

25 Apr 20:45
Compare
Choose a tag to compare

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

21 Mar 15:15
Compare
Choose a tag to compare

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

01 Feb 17:18
Compare
Choose a tag to compare

CONVERT now support all types.
New functions added:
ROUND POWER TRUNCATE SQRT ABS TIMESTAMPDIFF TIMESTAMPADD CURDATE
Small fixes.

2017-11-07

07 Nov 07:00
Compare
Choose a tag to compare

Configure connection timeout.

2017-10-31

31 Oct 07:18
Compare
Choose a tag to compare
  • interpret all unknown or unsupported types as String.

2017-10-30

30 Oct 09:00
Compare
Choose a tag to compare
  • fixes in SQLColumns;
  • interpret all unknown or unsupported types as String.