0.32.0
What's Changed
-
SQLAlchemy DDL: Allow turning off column store using
crate_columnstore=False.
Thanks, @fetzerms. -
SQLAlchemy DDL: Allow setting
server_defaulton columns to enable
server-generated defaults. Thanks, @JanLikar. -
Allow handling datetime values tagged with time zone info when inserting or updating.
-
SQLAlchemy: Fix SQL statement caching for CrateDB's
OBJECTtype. Thanks, @faymarie. -
SQLAlchemy: Refactor
OBJECTtype to use SQLAlchemy's JSON type infrastructure. -
SQLAlchemy: Added
insert_bulkfast-pathINSERTmethod for pandas, in
order to support efficient batch inserts using CrateDB's "bulk operations" endpoint. -
SQLAlchemy: Add documentation and software tests for usage with Dask
New Contributors
Full Changelog: 0.31.1...0.32.0