]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Various minor fixes
authorFederico Caselli <cfederico87@gmail.com>
Sat, 4 Nov 2023 20:32:16 +0000 (21:32 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 9 Nov 2023 20:22:05 +0000 (21:22 +0100)
commitf5fea4c625c9aabedc3fb2d35e2d2f0a8d22ebe2
tree898c0f14356f54fad0f904ecf4cd23f1903b780f
parentdd79f8ae6d4d1edec87e723870f4e549fac4b622
Various minor fixes

Fix typo in exported class in init. #10578
Improve warning for loaderes. #10579
Properly document ARRAY.contains. #10587
Mention how to set a schema to the automatically generated enums. #10583
Improve type of cache key dispatcher

Change-Id: I86e4f01f5d897b257246fe5f970b78e3444aca3e
doc/build/changelog/changelog_13.rst
doc/build/orm/declarative_tables.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/orm/context.py
lib/sqlalchemy/sql/cache_key.py
lib/sqlalchemy/sql/sqltypes.py