]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2025-03-12  Denis LaxaldeComplement type annotations for ARRAY
2025-03-11  Mike BayerVersion 2.0.40 placeholder
2025-03-11  Mike Bayer- 2.0.39 rel_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-07  Federico CaselliImprove identity column reflection
2025-03-05  Denis LaxaldeAdd type annotations to `postgresql.json`
2025-03-05  Federico Casellitest related fixes
2025-03-04  Mike Bayerensure compiler is not optional in create_for_statement()
2025-03-04  Federico CaselliRevert "ensure compiler is not optional in create_for_s...
2025-03-04  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 "improve rowmapping key type" into rel_2_0
2025-02-26  Karol GongolaAdd more `requires` to tests for easier dialect tests...
2025-02-26  Federico Caselliimprove rowmapping key type
2025-02-25  Michael BayerMerge "various improvements to the docs" into rel_2_0
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  Federico Casellivarious improvements to the docs
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 rel_2_0
2025-02-11  Michael BayerMerge "reconcile #12326 and #12328" into rel_2_0
2025-02-11  Mike Bayertry pytest 8.3
2025-02-10  Federico Caselliskip 3.7 on linux arm machines
2025-02-10  Mike Bayerreconcile #12326 and #12328
2025-02-10  Michael BayerMerge "implement is_derived_from() for DML" into rel_2_0
2025-02-10  Mike Bayeronly use _DMLReturningColFilter for "bulk insert",...
2025-02-08  Mike Bayerimplement is_derived_from() for DML
2025-02-06  Augustin Prolongeaudoc(reconecting_engine): fix re-raise after attempts...
2025-02-06  Mike BayerVersion 2.0.39 placeholder
2025-02-06  Mike Bayer- 2.0.38 rel_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 rel_2_0
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  Mike Bayerreorganize column collection init to be local
2025-02-03  Martin BurchellFix 'polymorphic' typo in a few places (#12307)
2025-02-01  Christophe... Use AsyncAdaptedQueuePool in aiosqlite
2025-02-01  Federico CaselliMerge "Unable to use InstrumentedAttribute to value...
2025-02-01  Federico Casellimypy plugin is removed on 2.1, remove the possibly
2025-02-01  Mingyu ParkUnable to use InstrumentedAttribute to value mappings...
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-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-09  Mike BayerVersion 2.0.38 placeholder
2025-01-09  Mike Bayer- 2.0.37 rel_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  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-21  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  Mike Bayerharden typing / coercion for on conflict/on duplicate key
2024-12-17  FeeeeKAdd missing `SmallInteger` column spec for `asyncpg`
2024-12-16  Michael BayerMerge "SQLite strict tables" into rel_2_0
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  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-10  Frazer McLeandont match partial types in type_annotation_map
2024-12-09  Federico CaselliMerge "Fixes: #11724 - PGDialect `get_multi_indexes...
2024-12-09  Mike Bayerensure db_opts are honored
2024-12-07  Nick WilkinsonFixes: #11724 - PGDialect `get_multi_indexes` PGVecto...
2024-12-02  Mike Bayeruse VARCHAR for CLOB outputtypehandler
2024-12-01  Michael BayerMerge "enable py3.13 for greenlet" into rel_2_0
2024-12-01  Mike Bayerenable py3.13 for greenlet
2024-11-30  Federico Caselliupdate the format_docs_code to also work on python...
next