XADMIN.DEV

SQLAlchemy 2.0.30

Май 5, 2024 SQL SQL 0 Comment

SQLAlchemy 2.0.30 Released

SQLAlchemy 2.0.30 is now available.

Release 2.0.30 includes a wide variety of small ORM and typing fixes.

Links to the detailed changelog for 2.0.30 is at Changelog.

SQLAlchemy 2.0.30 is available on the Download Page.

Read More


SQLAlchemy 2.0.29 Released

Март 23, 2024 SQL SQL 0 Comment

SQLAlchemy 2.0.29 is now available.

Release 2.0.29 includes an adjustment to a behavior introdcued in 2.0.10 regarding the robustness of the new "insertmanyvalues" bulk insert feature. This adjustment allows third party libraries that define their own primary-key oriented datatypes, like GUID types, to work in this mode without requiring special adjustments. Also included are some ORM Annotated Declarative fixes, pep-484 typing fixes and test suite improvements, among other things.

Read More


SQLAlchemy 2.0.28 Released

Март 4, 2024 SQL SQL 0 Comment

Теперь доступна SQLAlchemy 2.0.28.

Релиз 2.0.28 включает в себя два исправления регрессии, связанные с ORM, одно из которых - регресс производительности в отношении параметров "критериев" ORM, таких как конструкция with_expression(), а также при добавлении критериев WHERE в параметры загрузчика, такие как selectinload(). Подход к замене значительно проще и может иметь заметный эффект для приложений, которые сталкиваются с этим конкретным путем к коду / сценарием.

Ссылки на подробный список изменений для версии 2.0.28 находятся в Changelog.

SQLAlchemy 2.0.28 доступна на Download Page.

Read More