]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2021-10-19  Mike Bayerchangelog updates
2021-10-18  mike bayerMerge "use coercions for label element, ensure propagat...
2021-10-18  mike bayerMerge "Modernize tests - query_from_self" into main
2021-10-18  mike bayerMerge "vendor asynccontextmanager outside of greenlet...
2021-10-18  Mike Bayeruse coercions for label element, ensure propagate_attrs
2021-10-18  Kevin MarrAdd Firebolt to table of external dialects (#7206)
2021-10-18  Mike Bayervendor asynccontextmanager outside of greenlet dependency
2021-10-18  Federico CaselliDocument dynamic for asyncio
2021-10-17  Gord ThompsonModernize tests - query_from_self
2021-10-17  mike bayerMerge "re-enable asnycmy >= 0.2.3; disable aiomysql...
2021-10-16  Sergey GolitsynskiyAdd missing note: bind arg will be required in 2.0...
2021-10-15  mike bayerMerge "fix with_loader_criteria for select(A).join...
2021-10-15  Mike Bayerre-enable asnycmy >= 0.2.3; disable aiomysql totally
2021-10-15  Mike Bayerfix with_loader_criteria for select(A).join(B)
2021-10-15  mike bayerMerge "support bind expressions w/ expanding IN; apply...
2021-10-15  mike bayerMerge "Fix reflection of FK against a unique index...
2021-10-15  Mike Bayerrepair fetch after session close for mssql+pyodbc
2021-10-15  Mike Bayersupport bind expressions w/ expanding IN; apply to...
2021-10-14  Gord ThompsonFix reflection of FK against a unique index
2021-10-14  Mike Bayerclarify that with_loader_criteria does not affect conta...
2021-10-14  Mike Bayertemporarily disable asyncmy from testing
2021-10-14  mike bayerMerge "Reflect table can reflect table with no columns...
2021-10-14  Sumit KhannaReflect table can reflect table with no columns
2021-10-13  mike bayerMerge "Pickling fixes for ORM / Core" into main
2021-10-13  Mike BayerPickling fixes for ORM / Core
2021-10-13  mike bayerMerge "Fix has_table() false negative for #temp tables...
2021-10-12  Eric MasseranFix recursive CTE to support nesting
2021-10-12  Gord ThompsonFix has_table() false negative for #temp tables
2021-10-11  Federico CaselliAdd support for Python 3.10
2021-10-11  Mike Bayerblock asyncmy 0.2.2
2021-10-11  mike bayerMerge "rename elements to main" into main
2021-10-11  Mike BayerAdd missing changelog file for #7153
2021-10-11  Mike Bayerrename elements to main
2021-10-11  Mike Bayercreate main branch in gerrit
2021-10-09  Mike Bayerupdate versioned rows examples for 1.4
2021-10-08  mike bayerMerge "fixes for usage of the null() and similar constants"
2021-10-08  Federico CaselliAdd documentation on how to use the events with asyncio
2021-10-08  Mike Bayerfixes for usage of the null() and similar constants
2021-10-08  Mike Bayerblock asyncmy 0.2.1
2021-10-08  mike bayerMerge "Enable tests of fetch/offset for mariadb>=10.6"
2021-10-08  Federico CaselliEnable tests of fetch/offset for mariadb>=10.6
2021-10-06  mike bayerMerge "Add autocommit documentation for Azure SQL DW"
2021-10-05  mike bayerMerge "Bugfix: MySQL expression: may be bindparam...
2021-10-05  mike bayerMerge "fix(6435): support `MemberExpr` for enum column...
2021-10-05  mike bayerMerge "Handle SSL SYSCALL error: Bad Address in postgre...
2021-10-05  Anton KovalevichBugfix: MySQL expression: may be bindparam or other...
2021-10-05  Mike Bayerfix paragraphs that didn't get completed
2021-10-05  Hiroshi Ogawafix(6435): support `MemberExpr` for enum column declaration
2021-10-05  Zeke BrechtelHandle SSL SYSCALL error: Bad Address in postgresql...
2021-10-05  Mike BayerAdd new section clarifying DBAPI autocommit more fully
2021-10-04  mike bayerMerge "disallow adding to identity map that's been...
2021-10-04  mike bayerMerge "Warn when trying to execute a query object with...
2021-10-04  Chris Sewell📚 DOCS: Update performance script 7143/head
2021-10-04  Mike Bayerdisallow adding to identity map that's been discarded
2021-10-04  Federico CaselliWarn when trying to execute a query object with a session.
2021-10-04  Mike Bayerrepair any_() / all_() "implicit flip" behavior for...
2021-10-02  Mike Bayersupport utf8mb3 char encoding fully for mysqlclient...
2021-10-01  mike bayerMerge "Ensure all SQLAlchemy exception can be properly...
2021-10-01  mike bayerMerge "Fixes: #3160"
2021-10-01  mike bayerMerge "Account for `schema` in `table()` `fullname...
2021-10-01  mike bayerMerge "References: #4426"
2021-10-01  mike bayerMerge "Fixes: #4504"
2021-10-01  Federico CaselliEnsure all SQLAlchemy exception can be properly pickled
2021-10-01  Mike Bayerorganize datetime types for correct impls
2021-10-01  mike bayerMerge "indicate private use of URL.__new__ privately...
2021-10-01  Federico CaselliAccount for `schema` in `table()` `fullname` attribute.
2021-10-01  Mike Bayerindicate private use of URL.__new__ privately only
2021-10-01  Georg Richtercorrect charset for mariadb connector with mdb 10.6
2021-09-30  Federico Caselliadd pep8 to github workflow
2021-09-30  Gord ThompsonModernize tests - calling_mapper_directly
2021-09-30  mike bayerMerge "remove declarative warnings"
2021-09-30  Mike Bayerremove declarative warnings
2021-09-29  Mike BayerMerge branch 'master' of ssh://gerrit.sqlalchemy.org...
2021-09-29  jonathan vanascoFixes: #4504
2021-09-29  Federico Casellifix python 3.6 tests
2021-09-29  E. Seiverclarifies that @reconstructor only applies to a single... 7114/head
2021-09-28  Federico CaselliAdd missing methods added in :ticket:`6991`
2021-09-28  mike bayerMerge "warn or deprecate for auto-aliasing in joins"
2021-09-28  Federico Caselliimprove bug report template. Many people don't know...
2021-09-28  mike bayerMerge "Fixes: #5151"
2021-09-28  jonathan vanascoFixes: #3160
2021-09-28  mike bayerMerge "Fixes: #2937"
2021-09-28  jonathan vanascoFixes: #2937
2021-09-28  mike bayerMerge "Fixes: #7051"
2021-09-28  Mike Bayerwarn or deprecate for auto-aliasing in joins
2021-09-28  jonathan vanascoReferences: #4426
2021-09-28  Gord ThompsonAdd autocommit documentation for Azure SQL DW
2021-09-27  jonathan vanascoFixes: #5151
2021-09-27  Mike Bayerrepair pg8000 changelogs; state that python 2 was dropped
2021-09-27  jonathan vanascoFix typo introduced in #3086/I44c1a021a3e7ab7d66fea2d79...
2021-09-24  jonathan vanascoFixes: #7051
2021-09-23  jonathan vanascoFixes: #3086
2021-09-23  Mike BayerVersion 1.4.26 placeholder
2021-09-23  Mike Bayer- 1.4.25 rel_1_4_25
2021-09-23  Mike Bayeredits
2021-09-22  JAMES.DOWPlatform_machine names for greenlet check
2021-09-22  Mike BayerVersion 1.4.25 placeholder
2021-09-22  Mike Bayer- 1.4.24 rel_1_4_24
2021-09-22  Mike Bayerchangelog, doc edits
2021-09-22  mike bayerMerge "coerce for multivalues keys"
next