]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2024-03-15  Sean Brightmysql: Add new reserved words from MySQL 8.3. 11167/head
2024-03-14  Mike Bayeraccommodate schema_translate_map in _deliver_insertmany...
2024-03-13  Michael BayerMerge "Make instrumented attribute covariant as well...
2024-03-13  Michael BayerMerge "add doctests to asyncio tutorial" into main
2024-03-12  Ethan LangevinMake instrumented attribute covariant as well
2024-03-12  Federico Caselliimprove docs for sqlite memory db
2024-03-11  Mike Bayerupdate section be qualified for PGBouncer
2024-03-11  Federico Caselliadd doctests to asyncio tutorial
2024-03-11  Federico CaselliMerge "Update docs references to .execute() with string...
2024-03-11  Federico CaselliMention getitem on automap classes property
2024-03-11  Federico CaselliMerge "Fixes: #10933 typing in ColumnExpressionArgument...
2024-03-11  Michael BayerMerge "Allow using AsyncEngine in compile" into main
2024-03-11  Andreas DeiningerFixing typos (#11105)
2024-03-11  Daniel RobertFixes: #11083 (#11095)
2024-03-11  Jens Troegeradd a docs cross-reference between adding columns ...
2024-03-11  acceptacrosschore: remove repetitive words (#11134)
2024-03-11  Denis Laxaldefix imports in "Self-Referential Many-to-Many Relations...
2024-03-11  Federico Casellifix usage of kwargs to execute in docs
2024-03-11  Eugene ToderAllow using AsyncEngine in compile
2024-03-11  Francisco R... Fixed typing issues with sync code runners
2024-03-09  Mike Bayeradd extra pep695 conversion step
2024-03-09  Mike Bayerdocument caveat for #11054
2024-03-09  Mike Bayeruse a fixed date that's not near DST switchover
2024-03-05  Michael BayerMerge "accommodate False conditions for unique / index...
2024-03-05  olegInline _get_bind_args method.
2024-03-04  Tomasz NowackiFixes: #10933 typing in ColumnExpressionArgument
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  Gord ThompsonUpdate docs references to .execute() with string literal
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
next