]> 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 21:34:02 +0000 (21:34 +0000)
commitb6326ca06660c6954f781889af8963551b16a31c
treea81cb972dd9532f54e84fc94368d41da349f6baf
parent8e372eeb3084a08394cdf19c7df20c768e14215d
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
(cherry picked from commit 1bb9c4b94483a25057bad3d78cf9956e8f292330)
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