]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2024-03-07  Ethan LangevinFixes: #11112 - Make instrumented attribute covariant... 11113/head
2024-03-05  Michael BayerMerge "accommodate False conditions for unique / index...
2024-03-05  olegInline _get_bind_args method.
2024-03-04  Mike Bayeraccommodate False conditions for unique / index merge
2024-03-04  Mike Bayercherry-pick changelog update for 2.0.29 11094/head
2024-03-04  Mike Bayercherry-pick changelog from 2.0.28
2024-03-04  Mike Bayercherry-pick changelog update for 1.4.53
2024-03-04  Mike Bayercherry-pick changelog from 1.4.52
2024-03-04  Michael BayerMerge "Add support for preserve_rowcount execution_opti...
2024-03-04  Michael BayerMerge "adjust bound parameters within cache key only...
2024-03-04  Mike Bayersupport pytest 8.1
2024-03-03  Mike Bayeradjust bound parameters within cache key only, dont...
2024-03-03  Federico CaselliAdd support for preserve_rowcount execution_option
2024-02-29  Mike Bayeradd 1.4 changelog for #10365
2024-02-26  Federico Casellifix typos in docs
2024-02-26  Federico Casellifix issue in asincio doc example
2024-02-22  Sfurti-ybAdded YugabyteDB dialect to the documentation (#11047)
2024-02-21  laydayReplace non-standard Python plat env marker (#11035)
2024-02-21  James BrazaDocumenting multiprocessing and events (#10831)
2024-02-21  Michael BayerMerge "implement native uuid for mariadb >= 10.7" into...
2024-02-20  Michael BayerMerge "raise for asyncio-incompatible pool classes...
2024-02-17  Volodymyr Kochetkovimplement native uuid for mariadb >= 10.7
2024-02-16  Zhong ZhengFix mysql dialect text docstring, length is interpreted...
2024-02-16  Lele GaifaxFix typos in 2.1's migration notes (#10992)
2024-02-16  Michael HabigerUpdate Actian entry in External Dialects table (#11014)
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 Bayercherry-pick changelog update for 2.0.28
2024-02-13  Mike Bayercherry-pick changelog from 2.0.27
2024-02-13  Mike Bayeruse correct exception for terminate catch + test
2024-02-11  Mike Bayercherry-pick changelog update for 2.0.27
2024-02-11  Mike Bayercherry-pick changelog from 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 main
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-01-31  Federico CaselliUpdate black to 24.1.1
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...
next