Bug Fixes
* Fixed an issue where DBAPI cursors returned an invalid description object for columns. This would cause `'property' object has no attribute 'startswith'` errors for some SqlAlchemy and SuperSet queries.
* Fixed an issue where datetime parameters would not be correctly rendered as ClickHouse compatible strings
New Features
* The "parameters" object passed to client query methods can now be a sequence instead of a dictionary, for compatibility with query strings that contain simple format unnamed format directives, such as `'SELECT * FROM table WHERE value = %s'`