0.32.0
What's Changed
-
SQLAlchemy DDL: Allow turning off column store using
crate_columnstore=False
.
Thanks, @fetzerms. -
SQLAlchemy DDL: Allow setting
server_default
on 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
OBJECT
type. Thanks, @faymarie. -
SQLAlchemy: Refactor
OBJECT
type to use SQLAlchemy's JSON type infrastructure. -
SQLAlchemy: Added
insert_bulk
fast-pathINSERT
method 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