Path to this page:
Subject: CVS commit: pkgsrc/databases/py-sqlalchemy
From: Adam Ciarcinski
Date: 2024-09-07 07:22:04
Message id: 20240907052204.62919FC74@cvs.NetBSD.org
Log Message:
py-sqlalchemy: updated to 2.0.34
2.0.34
orm
[orm] [bug]
Fixed regression caused by issue 11814 which broke support for certain flavors \
of PEP 593 Annotated in the type_annotation_map when builtin types such as list, \
dict were used without an element type. While this is an incomplete style of \
typing, these types nonetheless previously would be located in the \
type_annotation_map correctly.
sqlite
[sqlite] [bug]
Fixed regression in SQLite reflection caused by 11677 which interfered with \
reflection for CHECK constraints that were followed by other kinds of \
constraints within the same table definition. Pull request courtesy Harutaka \
Kawamura.
Files: