]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2022-01-03  Mike Bayerensure correlate_except is checked for empty tuple
2021-12-27  Gord ThompsonReflect included columns as dialect_options
2021-12-27  mike bayerMerge "include empty intermediary tables in optimized...
2021-12-26  Mike Bayerinclude empty intermediary tables in optimized get
2021-12-26  Mike Bayerrestore graceful degrade of subqueryload w from_statement
2021-12-23  Mike BayerVersion 1.4.30 placeholder
2021-12-23  Mike Bayer- 1.4.29 rel_1_4_29
2021-12-23  Mike Bayeradd mariadb conf section
2021-12-23  mike bayerMerge "add recursion check for with_loader_criteria...
2021-12-23  mike bayerMerge "Fix missing class attributes when using __class_...
2021-12-22  Kai MuellerFix missing class attributes when using __class_getitem__
2021-12-22  Mike Bayeradd recursion check for with_loader_criteria() option
2021-12-22  Mike Bayeruse fully qualified, locatable names for all use of...
2021-12-22  Mike Bayeraccommodate for "clone" of ColumnClause
2021-12-16  Mike Bayerinclude InterfaceError for mariadb disconnect check
2021-12-14  Nils PhilippsenIgnore ephemeral classes in test_all_present()
2021-12-12  mike bayerMerge "implement correct errors for Row immutability...
2021-12-12  mike bayerMerge "check for string_types, not str, for py2 support...
2021-12-12  Mike Bayeruse the options from the cached statement for propagate...
2021-12-12  Mike Bayercheck for string_types, not str, for py2 support
2021-12-11  Nils PhilippsenFix referenced ticket number (#7439)
2021-12-11  Federico CaselliMerge "Add execution options to ``Session.get``" into...
2021-12-11  Federico CaselliMerge "Add async_engine_from_config()" into rel_1_4
2021-12-10  Federico CaselliAdd ``scalars`` to Migration - ORM Usage table.
2021-12-10  Nils PhilippsenAdd async_engine_from_config()
2021-12-10  Federico CaselliAdd execution options to ``Session.get``
2021-12-10  Federico CaselliMerge branch 'postgresql-docs-update-table-numbers_1_4...
2021-12-10  Leo SingerUpdate references to tables in PostgreSQL documentation
2021-12-09  Federico CaselliInclude import error message when greenlet is not installed
2021-12-09  Mike BayerVersion 1.4.29 placeholder
2021-12-09  Mike Bayer- 1.4.28 rel_1_4_28
2021-12-09  Federico CaselliMerge branch 'typos-fixes_1_4' into rel_1_4
2021-12-09  Lele GaifaxFix typo in changelog
2021-12-09  Lele GaifaxFix typo in docstring
2021-12-09  Mike Bayerimplement correct errors for Row immutability
2021-12-09  Mike Bayerimplement attributes.Proxy._clone()
2021-12-09  Mike Bayerchangelog updates
2021-12-07  mike bayerMerge "Warn when caching is disabled / document" into...
2021-12-07  mike bayerMerge "contextmanager skips rollback if trans says...
2021-12-06  Mike BayerWarn when caching is disabled / document
2021-12-06  Tom RitchfordAdd __copy__, __deepcopy__ to URL. Fixes: #7400
2021-12-06  Mike Bayercontextmanager skips rollback if trans says to skip it
2021-12-06  Mike Bayerqualify the stringification warning
2021-12-05  Federico Casellifix typo in exists documentation
2021-12-04  Federico CaselliThe where method of exists now accepts multiple cluase.
2021-12-03  mike bayerMerge "copy list for __iadd__" into rel_1_4
2021-12-02  Mike Bayerblock class_getitem test for python 3.6
2021-12-02  Mike Bayercopy list for __iadd__
2021-12-01  Kai MuellerAdd __class_getitem__ to the declarative Base class
2021-11-30  mike bayerMerge "Fixes: #4390" into rel_1_4
2021-11-30  mike bayerMerge "document get_bind() overrides for async session...
2021-11-30  Mike Bayerscoped_session adjustments
2021-11-29  Mike Bayerdocument get_bind() overrides for async session
2021-11-29  Federico Caselliadapt pytest plugin to support pytest v7
2021-11-27  Mike Bayerupdate migration strategy for dynamic loaders
2021-11-25  Mike Bayerfix execution options docs local to 1.4
2021-11-24  Federico CaselliImprove ``ORMExecuteState`` documentation
2021-11-21  Mike Bayerfix year
2021-11-19  mike bayerMerge "favor setuptools imports over distutils" into...
2021-11-19  mike bayerMerge "generalize cache_ok to UserDefinedType" into...
2021-11-18  mike bayerMerge "disable raiseerr for refresh state loader option...
2021-11-18  Mike Bayeruse typing.Dict
2021-11-18  Mike Bayerdisable raiseerr for refresh state loader options
2021-11-18  Mike Bayerfavor setuptools imports over distutils
2021-11-18  mike bayerMerge "Add new sections regarding schemas and reflectio...
2021-11-17  Mike Bayerhandle dunder names in @declared_attr separately
2021-11-17  jonathan vanascoAdd new sections regarding schemas and reflection
2021-11-17  Mike Bayergeneralize cache_ok to UserDefinedType
2021-11-16  Eric MasseranAdd Non linear CTE support
2021-11-11  Mike BayerVersion 1.4.28 placeholder
2021-11-11  Mike Bayer- 1.4.27 rel_1_4_27
2021-11-10  Mike Bayerqualify asyncpg API tests for python 3.8
2021-11-09  mike bayerMerge "set within_columns_clause=False for all sub...
2021-11-09  mike bayerMerge "upgrade deferred loader to regular loader if...
2021-11-09  mike bayerMerge "change the POSTCOMPILE/ SCHEMA symbols to not...
2021-11-09  Mike Bayerchange the POSTCOMPILE/ SCHEMA symbols to not conflict...
2021-11-09  Mike Bayerset within_columns_clause=False for all sub-elements...
2021-11-09  Mike Bayerupgrade deferred loader to regular loader if refresh_state
2021-11-08  jonathan vanascoFixes: #4390
2021-11-08  jonathan vanascoFixes: #7295
2021-11-05  Mike Bayeruse tuple expansion if type._is_tuple, test for Sequenc...
2021-11-05  Federico Casellifix typo in changelog.
2021-11-04  Mike BayerCheck for Mapping explicitly in 2.0 params
2021-11-04  Mike BayerUpdate "transaction has already begun" language
2021-11-04  mike bayerMerge "simplify and publicize the asyncpg JSON(B) codec...
2021-11-04  Mike Bayersimplify and publicize the asyncpg JSON(B) codec regist...
2021-11-04  Mike Bayeruse ExpressionElementRole for case targets in case()
2021-11-03  Federico Caselliadd missing info from groupby documentation
2021-11-03  mike bayerRevert "Gracefully degrade unsupported types with asyncpg"
2021-11-03  Mike Bayerformatting updates
2021-11-03  mike bayerMerge "Gracefully degrade unsupported types with asyncp...
2021-11-03  mike bayerMerge "Fixed issue in visit_on_duplicate_key_update...
2021-11-03  Gord ThompsonGracefully degrade unsupported types with asyncpg
2021-11-03  Cristian SabailaFixed issue in visit_on_duplicate_key_update within...
2021-11-03  Mike Bayermap Float to asyncpg.FLOAT, test for infinity
2021-11-02  Mike Bayerensure soft_close occurs for fetchmany with server...
2021-11-01  Mike Bayeruse full context manager flow for future.Engine.begin()
2021-11-01  Mike BayerRevise "literal parameters" FAQ section
2021-10-30  Mike Bayerinit rel_1_4 branch
2021-10-30  Mike Bayerwarnings removal, merge_result
next