]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2024-03-22  Michael BayerMerge "use a private return class for the "catch all...
2024-03-22  Michael BayerMerge "assign variant mapping on adapt()" into main
2024-03-22  Michael BayerMerge "A scalar subquery that returns bool is now corre...
2024-03-21  Mike Bayerensure ARRAY.__init__ documents before Comparator
2024-03-20  Federico CaselliA scalar subquery that returns bool is now correctly...
2024-03-20  Mike Bayeruse a private return class for the "catch all" relationship
2024-03-20  Mike Bayerassign variant mapping on adapt()
2024-03-19  Mike Bayerwork around boldface concerns
2024-03-19  Michael BayerMerge "do not convert uuid to string in postgresql...
2024-03-19  Michael BayerMerge "document improvement for load_only" into main
2024-03-19  Mike Bayeradd notes clarifying the role of "$user" in pg search_path
2024-03-18  Federico Casellido not convert uuid to string in postgresql and mssql
2024-03-18  Federico Casellifix typo from d8174392dce20004d9158a90949b4ff11b830247
2024-03-18  Federico Casellidocument improvement for load_only
2024-03-18  Federico CaselliMerge "Add impyla to external dialect list" into main
2024-03-18  Michael BayerMerge "remove sentinel_value_resolvers and use pre...
2024-03-18  Mike Bayeradd missing cache_ok directive to MyEpochType
2024-03-18  Mike Bayerremove sentinel_value_resolvers and use pre-bind values
2024-03-18  Gord ThompsonAdd impyla to external dialect list
2024-03-15  Federico CaselliMerge "mysql: Add new reserved words from MySQL 8.3...
2024-03-15  Federico Casellifix mypy on python<3.10
2024-03-15  Sean Brightmysql: Add new reserved words from MySQL 8.3.
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...
next