Databases

Latest version: v0.9.0

Safety actively analyzes 630026 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.5.4

Added

* Support for Unix domain in connections ([423][423])
* Added `asyncmy` MySQL driver ([382][382])

[423]: https://github.com/encode/databases/pull/423
[382]: https://github.com/encode/databases/pull/382

Fixed

* Fix SQLite fetch queries with multiple parameters ([435][435])
* Changed `Record` type to `Sequence` ([408][408])

[435]: https://github.com/encode/databases/pull/435
[408]: https://github.com/encode/databases/pull/408

0.5.3

Added

* Support `dialect+driver` for default database drivers like `postgresql+asyncpg` ([396][396])

[396]: https://github.com/encode/databases/pull/396

Fixed

* Documentation of low-level transaction ([390][390])

[390]: https://github.com/encode/databases/pull/390

0.5.2

Fixed

* Reset counter for failed connections ([385][385])
* Avoid dangling task-local connections after Database.disconnect() ([211][211])

[385]: https://github.com/encode/databases/pull/385
[211]: https://github.com/encode/databases/pull/211

0.5.1

Added

* Make database `connect` and `disconnect` calls idempotent ([379][379])

[379]: https://github.com/encode/databases/pull/379

Fixed

* Fix `in_` and `notin_` queries in SQLAlchemy 1.4 ([378][378])

[378]: https://github.com/encode/databases/pull/378

0.5.0

Added

* Support SQLAlchemy 1.4 ([299][299])

[299]: https://github.com/encode/databases/pull/299

Fixed

* Fix concurrent transactions ([328][328])

[328]: https://github.com/encode/databases/pull/328

0.4.3

Fixed

* Pin SQLAlchemy to <1.4 ([314][314])

[314]: https://github.com/encode/databases/pull/314

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.