Update dependency sqlalchemy_cockroachdb to v1.4.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sqlalchemy_cockroachdb | ironbank-pypi | minor |
1.3.4 -> 1.4.4
|
Release Notes
cockroachdb/sqlalchemy-cockroachdb
v1.4.4
Released September 9, 2022
- Added
include_hidden
option toget_columns()
to enable reflection of columns like "rowid". (#173) - Added support for
.with_hint()
(patch courtesy of Jonathan Dieter) - Updated column introspection query to work with CockroachDB v22.2.
v1.4.3
Released December 10, 2021
- Added preliminary support for asyncpg. See instructions in the README.
v1.4.2
Released October 21, 2021
- Updated version telemetry to only report major/minor version of SQLAlchemy.
v1.4.1
Released October 12, 2021
- Updated test suite to work with Alembic 1.7.
v1.4.0
Released July 29, 2021
- Add telemetry to SQLAlchemy CockroachDB
- Telemetry is enabled by default, set disable_cockroachdb_telemetry in create_engine's connect_args field to disable.
Example: engine = create_engine('cockroachdb://...', connect_args={"disable_cockroachdb_telemetry": True})
- Initial compatibility with SQLAlchemy 1.4.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.