]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2024-01-02  Michael BayerMerge "Add oracledb_async driver support" into main
2024-01-02  Paul McMillanFix typo in dataclasses docs (#10809)
2024-01-02  Federico CaselliAdd oracledb_async driver support
2024-01-02  Mike Bayerforce uselist=False for all collection class not present
2024-01-02  Michael BayerMerge "ensure correct lock type propagated in pool...
2024-01-02  jonathan vanascoadd new notes on viewonly section
2024-01-02  Michael BayerMerge "2024 setup" into main
2024-01-02  Michael BayerMerge "support pep695 when resolving type map types...
2024-01-01  Mike Bayerensure correct lock type propagated in pool recreate
2024-01-01  Mike Bayer2024 setup
2024-01-01  Mike Bayeradd a generic argument to _HasClauseElement
2023-12-30  Michael BayerMerge "pop prefetch values from committed_state when...
2023-12-30  Mike Bayersupport pep695 when resolving type map types
2023-12-29  Federico Casellifix typo in session.reset docs
2023-12-29  Mike Bayeradd test illustrating workaround for #4376
2023-12-29  Mike Bayerdocument alternative relationship to AC patterns
2023-12-28  Federico CaselliRemove unused method in SimpleResultMetaData
2023-12-28  Mike Bayerpop prefetch values from committed_state when they...
2023-12-28  Mike Bayercherry-pick changelog update for 2.0.25
2023-12-28  Mike Bayercherry-pick changelog from 2.0.24
2023-12-28  Mike Bayerbackport async_fallback deprecation changelog
2023-12-28  Mike Bayerchangelog edits
2023-12-28  Mike Bayercorrect for asyncio.Runner not in py311 stubs
2023-12-28  Mike BayerRevert "correct for asyncio.Runner not in py311 stubs"
2023-12-27  Mike Bayercorrect for asyncio.Runner not in py311 stubs
2023-12-27  Michael BayerMerge "Remove async_fallback mode" into main
2023-12-23  Yilei YangUse a copy of `self.contents` in this list comprehension.
2023-12-20  Federico CaselliRemove async_fallback mode
2023-12-20  Mike Bayeruse a standard function to check for iterable collections
2023-12-19  Michael BayerMerge "Use typing module instead of typing_extension...
2023-12-19  Mike Bayerensure Bundle / DML RETURNING has test support, full...
2023-12-17  Iuri de SilvioFix engine connect example in migration guide (#10757)
2023-12-13  Michael BayerMerge "Replace custom URL-encoding method with quote...
2023-12-13  Michael BayerMerge "copy stack related elements to str compiler...
2023-12-12  Mike Bayercopy stack related elements to str compiler
2023-12-11  Mike Bayerraise ImportError when greenlet not installed
2023-12-09  Mike Bayerensure test suite runs w/o greenlet
2023-12-08  Mehdi GMIRAfix(attribute_keyed_dict): using Any instead of TypeVar...
2023-12-08  dependabot... Bump actions/setup-python from 4 to 5 (#10737)
2023-12-07  Federico CaselliUse typing module instead of typing_extension for 3...
2023-12-07  Michael BayerMerge "Forward `**kw` in `__init_subclass__()` to super...
2023-12-06  Federico Casellicorrect version added in 312d92a3415ac252bbc98d1c180177...
2023-12-06  Michael BayerMerge "Update `TZDateTime` type decorator example to...
2023-12-06  Michael BayerMerge "Change Sequence and Identity oracle only kwargs...
2023-12-06  Michael BayerMerge "Remove legacy signatures from session events...
2023-12-06  Mike BayerReplace custom URL-encoding method with quote
2023-12-06  Michael OliverForward `**kw` in `__init_subclass__()` to super
2023-12-06  Mike BayerRevert "Replace custom URL-encoding method with quote_plus"
2023-12-06  Mike BayerRevert "will backport #10662 to 2.0"
2023-12-06  Mike Bayerwill backport #10662 to 2.0
2023-12-06  Michael BayerMerge "Replace custom URL-encoding method with quote_pl...
2023-12-06  eXenonReplace custom URL-encoding method with quote_plus
2023-12-06  Michael BayerMerge "try to gracefully close even in terminate" into...
2023-12-06  Michael BayerMerge "Improve session after_begin even documentation...
2023-12-05  Federico CaselliImprove session after_begin even documentation
2023-12-04  Federico CaselliDocument limitation in dataclass mapping styles
2023-12-04  Kevin KirscheUpdate `TZDateTime` type decorator example to align...
2023-12-04  KaiSpelling dml.rst (#10730)
2023-12-01  Federico CaselliRemove legacy signatures from session events
2023-11-30  Federico CaselliNormalize all file headers to have consistent format
2023-11-30  Mike Bayertry to gracefully close even in terminate
2023-11-28  Mike Bayerfreshen up callcounts for py311
2023-11-27  Federico CaselliChange Sequence and Identity oracle only kwargs.
2023-11-27  Federico CaselliNeed to escape # in tox v4
2023-11-26  Mike Bayerremove errant print statement
2023-11-26  Mike Bayeradd MARS connection for aioodbc
2023-11-25  Martijn PietersAdd type annotations for Function.filter
2023-11-25  Mike Bayerfully type functions.py
2023-11-24  Mike Bayerfully update to flake8 6.1.0
2023-11-24  mike bayerMerge "Fix pre-ping regression in old PyMySQL versions...
2023-11-23  Gerald VenzlUpgrade to Oracle Database 23c Free
2023-11-23  François Vorondocs: fix type annotation in Self-Referential Many...
2023-11-22  Federico CaselliFix pre-ping regression in old PyMySQL versions.
2023-11-22  Jan Vollmeradd local column to dependency rule error message
2023-11-22  Mike Bayerre-add cascade caveats
2023-11-18  Mike Bayerupdate all errors / warnings in schema to use f strings
2023-11-16  Mike Bayeradapt all asyncio dialects to asyncio connector
2023-11-16  William Henry... Update type annotation for DBAPI Cursor's executemany()
2023-11-15  Mike Bayerclarify connection pool release for session.commit...
2023-11-14  mike bayerMerge "Enforce positional only attribute using /" into...
2023-11-13  Federico CaselliEnforce positional only attribute using /
2023-11-13  Federico CaselliDon't import greenlet at all until it's needed
2023-11-13  mike bayerMerge "always derive type from element in annotated...
2023-11-12  Aleksandr KiliushinFix a typo (#10620)
2023-11-11  Federico CaselliTyping updates to fix errors found by mypy 1.7
2023-11-10  mike bayerMerge "Various minor fixes" into main
2023-11-09  Federico CaselliVarious minor fixes
2023-11-08  Federico CaselliFix lint error
2023-11-08  Mike Bayerremove . in sys.path
2023-11-07  Federico CaselliMore python 3.7 removal cleanups
2023-11-07  Jack McIvorAdd trove classifier for 3.12 (#10599)
2023-11-07  Mike Bayeralways derive type from element in annotated case
2023-11-06  mike bayerMerge "2.1 setup / initial dependency/min version chang...
2023-11-06  Sebastián RamírezFix syntax typo in doc/build/tutorial/data_select.rst...
2023-11-06  Mike Bayer2.1 setup / initial dependency/min version change
2023-11-04  Sebastián RamírezFix link to change_4639in `doc/build/changelog/migratio...
2023-11-04  Sebastián RamírezFix link to `/orm/queryguide/index` in `doc/build/chang...
2023-11-04  Mike Bayerrepair new ORM test for Oracle, SQL Server
2023-11-02  Mike BayerVersion 2.0.24 placeholder
2023-11-02  Mike Bayer- 2.0.23 rel_2_0_23
next