- More compatibility improvements for JSON/JSONB support.
0.1.4
Not secure
Released May 9, 2018
- Improved compatibility of JSON/JSONB support.
0.1.3
Not secure
Released Mar 27, 2018
- Support for JSONB columns is now reported in accordance with CockroachDB 2.0.
0.1.2
Not secure
Released Feb 7, 2018
- If Alembic or `sqlalchemy-migrate` is installed, an experimental `cockroachdb` dialect will be registered with those packages too. - The `get_foreign_keys()` introspection interface is now supported. - Fixed introspection of boolean columns.
0.1.1
Not secure
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.