]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2025-03-04  Denis LaxaldeComplement type annotations of ARRAY 12386/head
2025-03-01  Denis LaxaldeAdd type annotations to CollectionAggregate.operate()
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
2025-01-09  Mike Bayerfix changelog typos
2025-01-07  CommanderKeynesAsyncpg null query fix
2025-01-03  Mike Bayerclose unclosed sqlite result
2025-01-03  Mike Bayerguard against KeyError on subclass removal
2025-01-03  Federico CaselliRemove fallbacks from the previous typing change
2025-01-03  Michael BayerMerge "edits and reorganization for union/pep695 typing...
2025-01-02  Mike Bayer2025
2025-01-02  Mike Bayeredits and reorganization for union/pep695 typing docs
2025-01-01  Mike Bayerfurther fixes for _cleanup_mapped_str_annotation
2024-12-27  Michael BayerMerge "General improvement on annotated declarative...
2024-12-26  Lele Gaifaxbefore_mapper_configured event doc fixes (#12200)
2024-12-24  Federico Casellipin ubuntu 22 since 24 seems broken. Runners have 4...
2024-12-24  Mike Bayerfix lint job
2024-12-23  Federico Casellifix typo on double doc
2024-12-23  Mike Bayerdocument Oracle FLOAT/DOUBLE and binary variants
2024-12-20  Mike Bayerupdate for mypy 1.14
2024-12-19  Mike Bayerfix SQLite on conflict tests
2024-12-19  Mike Bayertyping fix: allow stmt.excluded for set_
2024-12-18  Michael BayerMerge "harden typing / coercion for on conflict/on...
2024-12-18  Mike Bayerharden typing / coercion for on conflict/on duplicate key
2024-12-18  Michael BayerMerge "Add missing `SmallInteger` column spec for ...
2024-12-17  FeeeeKAdd missing `SmallInteger` column spec for `asyncpg`
2024-12-17  Michael BayerMerge "Updated SQLAlchemy documentation in index.rst...
2024-12-16  Michael BayerMerge "SQLite strict tables" into main
2024-12-16  Mike Bayerharden HSTORE registration
2024-12-14  Pablo Nicolas... add delete limit to mysql; ensure int for update/delete...
2024-12-12  Federico Casellichore: update black
2024-12-12  hashAbhiBytesUpdated SQLAlchemy documentation in index.rst
2024-12-12  Jason PebbleAdded sqlalchemy-hsqldb to list of external dialects...
2024-12-12  dependabot... Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (#12129)
2024-12-12  Federico CaselliGeneral improvement on annotated declarative
2024-12-12  Guilherme Martins... SQLite strict tables
2024-12-12  Mike Bayermodernize PG domain reflection test and skip for pg17.2
2024-12-11  Mike Bayerfix test due to merge of 11370 with 5252
2024-12-11  Michael BayerMerge "dont match partial types in type_annotation_map...
2024-12-10  Frazer McLeandont match partial types in type_annotation_map
2024-12-09  Michael BayerMerge "Separate Numeric and Float" into main
next