- Fix bulk updates which were broken due to query rewrites.
0.19.2
=================
- Output logs in test-layer in case when CrateDB instance does not start in time.
- Increased the default timeout for the test-layer startup to avoid timeouts on slow hosts.
0.19.1
=================
- Testing: Prevent the process.stdout buffer from filling up in the test layer which in turn would cause the process to block
- Raise more meaningful `BlobLocationNotFoundException` error when trying to upload a file to an invalid blob table.
0.19.0
=================
- Testing: Added support for setting environment variables.
0.18.0
- Added support for `Insert` from select - Support `get_columns` and `get_pk_constraint`
0.17.0
- BREAKING: Dropped support for SQLAlchemy < 1.0.0 - Fix: The dialect didn't work properly with alpha and beta versions of sqlalchemy due to a wrong version check (e.g.: sandman2 depends on 1.1.0b3) - Added support for native Arrays - Fix: `sa.inspect(engine).get_table_names` failed due to an attribute error