Release 1.1.8.20200710
traceon
released this
10 Jul 13:54
·
207 commits
to master
since this release
WARNING: Before upgrading to a new version of the driver, make sure you read the release notes of all intermediate versions!
- The baseline version of ClickHouse server used for tests and feature support is set to 20.3 (#304)
- Implemented array binding/bulk fetch support (#302)
- Fixed row and column binding issues (#302)
- Fixed SSL/TLS connection issues in Windows (#305)
- Fixed passing
NULL
parameters into prepared statements (#304) (potentially breaking change, ClickHouse server must contain the following modification: ClickHouse/ClickHouse#8517) - Fixed the issue when closing a cursor leaves the statement in an unprepared state
- Fixed the issue when binding columns was not allowed on an unprepared statement