]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2024-03-04  Tomasz Nowackiremove new line 10959/head
2024-03-04  Tomasz Nowackifix field name in test
2024-03-04  Tomasz Nowackifix with_loader_criteria and LoaderCriteriaOption
2024-02-07  Tomasz Nowackimove tests to a common file
2024-02-03  Tomasz Nowackichange DeferredLambdaElement to accept any lambda type
2024-02-03  Tomasz NowackiFixes: sqlalchemy#10933 typing in ColumnExpressionArgument
2024-01-30  Michael BayerMerge "Support PEP-621 and PEP-685" into main
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-25  KOLANICHSupport PEP-621 and PEP-685
2024-01-24  Michael BayerMerge "Add PEP 646 integration" into main
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  Georg Wicke... Parse NOT NULL for MySQL generated columns
2024-01-22  Yurii KarabasAdd PEP 646 integration
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-19  Michael BayerMerge "remove loader depth warning, replace with loggin...
2024-01-18  Mike Bayerremove loader depth warning, replace with logging message
2024-01-18  Federico CaselliMerge "Oracle default arraysize is now set by the drive...
2024-01-17  Federico CaselliOracle default arraysize is now set by the driver
2024-01-17  Michael BayerMerge "use ensure_closed() for async close, close(...
2024-01-17  Michael BayerMerge "allow callable for relationship.back_populates...
2024-01-17  Priyanshu Parikhallow callable for relationship.back_populates
2024-01-17  Gord Thompsonuse ensure_closed() for async close, close() for terminate
2024-01-16  Martijn PietersCorrect type hint for FunctionElement.table_valued()
2024-01-15  David EvansFix type of CASE expressions which include NULLs
2024-01-13  Michael BayerMerge "add Identity() for remaining examples" into...
2024-01-12  Mike Bayeradd Identity() for remaining examples
2024-01-11  Michael BayerMerge "Support reflecting no inherit check constraint...
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 Bayercherry-pick changelog update for 2.0.26
2024-01-03  Mike Bayercherry-pick changelog from 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  Michael BayerMerge "allow literals for function arguments" into...
2024-01-03  Mike Bayerallow literals for function arguments
2024-01-02  Michael BayerMerge "refactor any_ / all_" into main
2024-01-02  Michael BayerMerge "Add oracledb_async driver support" into main
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 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
next