]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2024-02-05  Federico CaselliUpdate black to 24.1.1
2024-01-29  Federico CaselliExport array module from postgresql
2024-01-27  Michael BayerMerge "suffix index names with "_history" just like...
2024-01-26  Mike Bayerre-establish section on why __init__ not called on...
2024-01-25  Eugene ToderFix typo in a docstring (#10925)
2024-01-24  Michael BayerMerge "Support specifying access method when creating...
2024-01-24  Michael BayerMerge "Correct type hint for FunctionElement.table_valu...
2024-01-23  Mike Bayersuffix index names with "_history" just like tables
2024-01-23  Jeff Baloghfix a docs typo (#10912)
2024-01-23  Gord ThompsonUpdate cascades.rst (#10918)
2024-01-23  Martijn PietersCorrect type hint for FunctionElement.table_valued()
2024-01-23  Georg Wicke... Parse NOT NULL for MySQL generated columns
2024-01-22  Edgar Ramírez... Support specifying access method when creating Postgres...
2024-01-20  Federico Caselliuse sequence instead of list in result docs
2024-01-18  Mike Bayerremove loader depth warning, replace with logging message
2024-01-17  Federico CaselliOracle default arraysize is now set by the driver
2024-01-17  Gord Thompsonuse ensure_closed() for async close, close() for terminate
2024-01-15  David EvansFix type of CASE expressions which include NULLs
2024-01-12  Mike Bayeradd Identity() for remaining examples
2024-01-11  Ellis ValentinerSupport reflecting no inherit check constraint in pg.
2024-01-11  Michael BayerMerge "remove unnecessary execution_options.merge_with...
2024-01-11  Mike Bayercatch OSError (base of ConnectionError) and asyncpg...
2024-01-10  Federico Caselliremove unnecessary execution_options.merge_with in...
2024-01-09  Mike BayerAdd note that password parameter is not to be url encoded
2024-01-08  Xiaokui Shufix code typo in doc:faq:sqlexpressions on `in_()`...
2024-01-08  Mateusz BączekFix typo in 'Mapping Table Columns' documentation ...
2024-01-08  Mike BayerDBAPIConnection can be None for checkin event
2024-01-03  Mike BayerVersion 2.0.26 placeholder
2024-01-03  Mike Bayer- 2.0.25 rel_2_0_25
2024-01-03  Mike Bayerchangelog fixes
2024-01-03  Mike Bayercherry-pick changelog update for 1.4.52
2024-01-03  Mike Bayercherry-pick changelog from 1.4.51
2024-01-03  Mike Bayerhappy new year, continued
2024-01-03  Mike Bayerallow literals for function arguments
2024-01-02  Michael BayerMerge "refactor any_ / all_" into rel_2_0
2024-01-02  Michael BayerMerge "Add oracledb_async driver support" into rel_2_0
2024-01-02  Mike Bayerrefactor any_ / all_
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 rel_2_0
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-31  Mike Bayersupport pep695 when resolving type map types
2023-12-30  Michael BayerMerge "pop prefetch values from committed_state when...
2023-12-29  Federico Casellifix typo in session.reset docs
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 BayerVersion 2.0.25 placeholder
2023-12-28  Mike Bayer- 2.0.24 rel_2_0_24
2023-12-28  Mike Bayerchangelog formatting fixes
2023-12-28  Mike Bayerchangelog edits
2023-12-27  Michael BayerMerge "Deprecate async_fallback mode" into rel_2_0
2023-12-27  Federico CaselliDeprecate async_fallback mode
2023-12-23  Yilei YangUse a copy of `self.contents` in this list comprehension.
2023-12-20  Mike Bayeruse a standard function to check for iterable collections
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-12  Mike Bayercopy stack related elements to str compiler
2023-12-11  Mike Bayerrestore ValueError 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  Michael BayerMerge "Forward `**kw` in `__init_subclass__()` to super...
2023-12-06  Kevin KirscheUpdate `TZDateTime` type decorator example to align...
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  Michael BayerMerge "try to gracefully close even in terminate" into...
2023-12-05  Federico CaselliImprove session after_begin even documentation
2023-12-04  Federico CaselliDocument limitation in dataclass mapping styles
2023-12-04  KaiSpelling dml.rst (#10730)
2023-12-01  Federico CaselliNeed to escape # in tox v4
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-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 "backport importlib mypy fix" into rel_2_0
2023-11-24  mike bayerMerge "Fix pre-ping regression in old PyMySQL versions...
2023-11-24  Mike Bayerbackport importlib mypy fix
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  William Henry... Update type annotation for DBAPI Cursor's executemany()
2023-11-15  Mike Bayerclarify connection pool release for session.commit...
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
next