]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2024-02-16  Mike Bayerraise for asyncio-incompatible pool classes
2024-02-15  Michael BayerMerge "ensure secondary cols not excluded from adaption...
2024-02-14  Federico Caselliclarify example in orm tutorial
2024-02-14  Mike Bayerensure secondary cols not excluded from adaption
2024-02-13  Mike BayerVersion 2.0.28 placeholder
2024-02-13  Mike Bayer- 2.0.27 rel_2_0_27
2024-02-13  Mike Bayeruse correct exception for terminate catch + test
2024-02-11  Mike BayerVersion 2.0.27 placeholder
2024-02-11  Mike Bayer- 2.0.26 rel_2_0_26
2024-02-11  Mike Bayerfix changelog messages
2024-02-08  Mike Bayerhandle case where neither side has a cache key
2024-02-07  Federico CaselliMerge "Fix typing generics in PostgreSQL range types...
2024-02-07  Siloé GarcezFixed typo on ordered_values example. (#10984)
2024-02-07  Jim BoschFix typing generics in PostgreSQL range types.
2024-02-07  Michael BayerMerge "include cls locals in annotation evaluate" into...
2024-02-07  Michael BayerMerge "remove unnecessary string concat in same line...
2024-02-07  Michael BayerMerge "remove unneeded constructors for Unicode, Unicod...
2024-02-06  Mike Bayerrestore uuid_data_type as closed at top level
2024-02-06  Mike Bayerremove unneeded constructors for Unicode, UnicodeText
2024-02-06  Federico Caselliremove unnecessary string concat in same line
2024-02-06  whysageFix mariadb run tests doc (#10848)
2024-02-06  Umer ZiaImprove formatting of data_select.rst (#10931)
2024-02-06  Artem SmirnovAdd bullets (#10973)
2024-02-06  dependabot... Bump pypa/cibuildwheel from 2.16.2 to 2.16.5 (#10947)
2024-02-06  Federico Caselliupdate .git-blame-ignore-revs to exclude black update...
2024-02-06  Mike Bayerinclude cls locals in annotation evaluate
2024-02-06  Michael BayerMerge "add additional IMV UUID tests, fix pymssql case...
2024-02-05  Michael BayerMerge "Update black to 24.1.1" into rel_2_0
2024-02-05  Mike Bayeradd additional IMV UUID tests, fix pymssql case
2024-02-05  Mike Bayerrun postfetch_post_update for version_id_col even if...
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...
next