]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2025-03-19  Denis LaxaldeCast empty PostgreSQL ARRAY from the type specified... 12435/head
2025-03-18  Michael BayerMerge "ensure SQL expressions w/o bool pass through...
2025-03-17  Mike Bayerensure SQL expressions w/o bool pass through to correct...
2025-03-17  Michael BayerMerge "Support column list for foreign key ON DELETE...
2025-03-17  Michael BayerMerge "remove non_primary parameter" into main
2025-03-17  Federico Casellifix rst target for Insert
2025-03-17  Denis LaxaldeSupport column list for foreign key ON DELETE SET actio...
2025-03-17  Michael BayerMerge "miscellaneous to type dialects" into main
2025-03-17  Michael BayerMerge "Removes old version added and change notes"...
2025-03-17  Michael BayerMerge "Add type annotations to `postgresql.array`"...
2025-03-17  Mike Bayerremove non_primary parameter
2025-03-16  Federico CaselliRemoves old version added and change notes
2025-03-15  Denis LaxaldeAdd type annotations to `postgresql.array`
2025-03-15  Pablo Estevezmiscellaneous to type dialects
2025-03-14  Mike Bayeranonymize CRUD params if visiting_cte is present
2025-03-14  Michael BayerMerge "re-support mysql-connector python" into main
2025-03-13  Michael BayerMerge "callcount updates" into main
2025-03-13  Michael BayerMerge "Complement type annotations for ARRAY" into...
2025-03-13  Mike Bayercallcount updates
2025-03-11  Mike Bayercherry-pick changelog update for 2.0.40
2025-03-11  Mike Bayercherry-pick changelog from 2.0.39
2025-03-11  Michael BayerMerge "Ensure PostgreSQL network address types are...
2025-03-11  Denis LaxaldeEnsure PostgreSQL network address types are not cast...
2025-03-11  Mike Bayerconsolidate kwargs for "FOR UPDATE OF"
2025-03-10  Mike Bayerre-support mysql-connector python
2025-03-07  Michael BayerMerge "restate all upsert in terms of statement extensi...
2025-03-07  Michael BayerMerge "Improve identity column reflection" into main
2025-03-07  Federico CaselliImprove identity column reflection
2025-03-06  Michael BayerMerge "group together with_polymorphic for single inh...
2025-03-06  Mike Bayerrestate all upsert in terms of statement extensions...
2025-03-06  Mike Bayerimplement mysql limit() for UPDATE/DELETE DML (patch 2)
2025-03-06  Michael BayerMerge "syntax extensions (patch 1)" into main
2025-03-05  Mike Bayersyntax extensions (patch 1)
2025-03-05  Denis LaxaldeComplement type annotations for ARRAY
2025-03-05  Mike Bayergroup together with_polymorphic for single inh criteria
2025-03-05  Denis LaxaldeAdd type annotations to `postgresql.json`
2025-03-05  Federico Casellitest related fixes
2025-03-03  Mike Bayerensure compiler is not optional in create_for_statement()
2025-02-27  Mike Bayerallow control of constraint isolation w/ add/drop const...
2025-02-27  Michael BayerMerge "The ``noload`` loader option is now deprecated...
2025-02-27  Michael BayerMerge "improve rowmapping key type" into main
2025-02-26  Federico Caselliimprove rowmapping key type
2025-02-26  Karol GongolaAdd more `requires` to tests for easier dialect tests...
2025-02-25  Michael BayerMerge "various improvements to the docs" into main
2025-02-24  Federico Casellivarious improvements to the docs
2025-02-24  Federico CaselliThe ``noload`` loader option is now deprecated.
2025-02-24  Federico Casellifix docs typo
2025-02-20  KingOfKasteFix SQLite error for table with "WITHOUT ROWID" & ...
2025-02-20  Mike Bayercheck that two CTEs aren't just annotated forms of...
2025-02-18  Michael BayerMerge "apply _propagate_attrs in _construct_for_list...
2025-02-18  Michael BayerMerge "Support generic types for union and union_all...
2025-02-18  Mike Bayerapply _propagate_attrs in _construct_for_list
2025-02-17  Federico CaselliInclude status in the Pool docs
2025-02-13  Federico Caselliminor docs fixes
2025-02-13  Michael BayerMerge "Default python_type impl now returns object...
2025-02-12  Federico CaselliDefault python_type impl now returns object
2025-02-12  Mingyu ParkSupport generic types for union and union_all
2025-02-12  allenyuchenfix(AsyncResult): Fix scalar method error due to missin...
2025-02-11  Michael BayerMerge "try pytest 8.3" into main
2025-02-10  Mike Bayerreconcile #12326 and #12328
2025-02-10  Michael BayerMerge "implement is_derived_from() for DML" into main
2025-02-10  Mike Bayeronly use _DMLReturningColFilter for "bulk insert",...
2025-02-09  Mike Bayertry pytest 8.3
2025-02-08  Mike Bayerimplement is_derived_from() for DML
2025-02-08  Federico CaselliMerge "Deprecate objects param of flush" into main
2025-02-07  Federico CaselliDeprecate objects param of flush
2025-02-06  Augustin Prolongeaudoc(reconecting_engine): fix re-raise after attempts...
2025-02-06  Mike Bayercherry-pick changelog update for 2.0.39
2025-02-06  Mike Bayercherry-pick changelog from 2.0.38
2025-02-06  Mike Bayerthis is version 2.0.38
2025-02-06  Mike Bayerchangelog edits
2025-02-06  Michael BayerMerge "remove None exception in IN" into main
2025-02-05  Michael BayerMerge "reorganize column collection init to be local...
2025-02-05  Michael BayerMerge "Use AsyncAdaptedQueuePool in aiosqlite" into...
2025-02-05  Mike Bayerremove None exception in IN
2025-02-05  Michael BayerMerge "Added `merge_all` and `delete_all`" into main
2025-02-05  Mike Bayerreorganize column collection init to be local
2025-02-03  Martin BurchellFix 'polymorphic' typo in a few places (#12307)
2025-02-03  Federico CaselliAdded `merge_all` and `delete_all`
2025-02-01  Federico CaselliMerge "Unable to use InstrumentedAttribute to value...
2025-02-01  Mingyu ParkUnable to use InstrumentedAttribute to value mappings...
2025-01-31  Christophe... Use AsyncAdaptedQueuePool in aiosqlite
2025-01-30  Federico CaselliRemoved the deprecated mypy plugin.
2025-01-30  Federico CaselliMerge "Skip mypy plugin tests if incompatible or missin...
2025-01-30  Federico Caselliremove comma in docstring
2025-01-30  Martin BurchellFix typo python2 -> python in 2.0 major migration guide...
2025-01-30  Nils PhilippsenSkip mypy plugin tests if incompatible or missing
2025-01-29  Mike Bayersupport accept for chains of joineddispatchers
2025-01-22  Federico Caselliuse arm runnes on linux instead of emulation
2025-01-22  Mike Bayerdocument name normalize
2025-01-21  Michael BayerMerge "asyncpg: shield connection close in terminate...
2025-01-20  Mike Bayerset default iso to None for asyncpg pep-249 wrapper
2025-01-20  Federico Caselliasyncpg: shield connection close in terminate to avoid...
2025-01-13  Mike Bayerupdate logging_name doc
2025-01-12  Federico CaselliMerge "Remove fallbacks from the previous typing change...
2025-01-11  James AddisonREADME.unittests: fixup for parallelized `pytest` examp...
2025-01-11  Federico Casellifix linter warning
2025-01-10  Juang, Yi-LinFix MovedIn20Warning docstring (#12237)
2025-01-09  Mike Bayercherry-pick changelog update for 2.0.38
2025-01-09  Mike Bayercherry-pick changelog from 2.0.37
next