Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [Unreleased] ##
* Removed the `SQLAlchemy` dialect (this package is no longer maintained). It now lives at https://github.com/ydb-platform/ydb-sqlalchemy

## 3.31.4 ##
* Fixed async `QuerySessionPool` permanently losing a pool slot when `acquire()` was cancelled while a new session was being created: `asyncio.CancelledError` no longer leaks the pool size counter, so a pool under deadline-driven cancellations can no longer end up exhausted and blocking forever. A cancelled or interrupted session attach now also closes the session instead of orphaning it server-side

Expand Down
293 changes: 0 additions & 293 deletions ydb/sqlalchemy/__init__.py

This file was deleted.

32 changes: 0 additions & 32 deletions ydb/sqlalchemy/types.py

This file was deleted.

Loading