Released Feb 25, 2019
- Support CockroachDB version numbers greater than 2.
Released Jan 23, 2019
- Added support for more data types.
- Improved introspection of types with modifiers (decimal, varchar).
- Improved introspection of unique constraints.
Released Aug 16, 2018
- Alembic migrations no longer attempt to run DDL statements in transactions.
- Comments are now dropped from table definitions as CockroachDB does not support them.
Released July 16, 2018
- Adapter again simultaneously compatible with CockroachDB 1.1, 2.0 and 2.1.
Released July 10, 2018
- More compatibility improvements for JSON/JSONB support.
Released May 9, 2018
- Improved compatibility of JSON/JSONB support.
Released Mar 27, 2018
- Support for JSONB columns is now reported in accordance with CockroachDB 2.0.
Released Feb 7, 2018
- If Alembic or
sqlalchemy-migrate
is installed, an experimentalcockroachdb
dialect will be registered with those packages too. - The
get_foreign_keys()
introspection interface is now supported. - Fixed introspection of boolean columns.
Released Sep 28, 2017
- Works with CockroachDB 1.0 and 1.1.
get_foreign_keys()
reflection is stubbed out and always returns an empty list.- Reflection interfaces and the
RETURNING
clause support references to tables outside the current schema. - Foreign key constraints are no longer stripped out of table creation.
Released May 27, 2016
- Initial release