]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2025-03-27  Michael BayerMerge "implement AsyncSessionTransaction._regenerate_pr...
2025-03-27  Mike Bayerimplement AsyncSessionTransaction._regenerate_proxy_for...
2025-03-27  KaanImplement GROUPS frame spec for window functions
2025-03-27  Daraancompatibility with typing_extensions 4.13 and type...
2025-03-26  Federico Casellidocument sqlite truncate_microseconds in DATETIME and...
2025-03-25  Chris WithersIncrease minimum required greenlet version
2025-03-25  Stefanie MolinAdd missing imports to example (#12453)
2025-03-20  Michael BayerMerge "Cast empty PostgreSQL ARRAY from the type specif...
2025-03-20  Denis LaxaldeCast empty PostgreSQL ARRAY from the type specified...
2025-03-19  Michael BayerMerge "skip FROM disambiguation for immediate alias...
2025-03-19  Michael BayerMerge "Make ARRAY generic on the item_type" into rel_2_0
2025-03-19  Mike Bayerskip FROM disambiguation for immediate alias of table
2025-03-19  Mike Bayerremove attrs w/ orm annotated declarative example
2025-03-18  Denis LaxaldeMake ARRAY generic on the item_type
2025-03-18  Michael BayerMerge "expand paren rules for default rendering, sqlite...
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  Federico Casellifix rst target for Insert
2025-03-17  Mike Bayerexpand paren rules for default rendering, sqlite/mysql
2025-03-17  Denis LaxaldeSupport column list for foreign key ON DELETE SET actio...
2025-03-17  Michael BayerMerge "miscellaneous to type dialects" into rel_2_0
2025-03-17  Michael BayerMerge "Add type annotations to `postgresql.array`"...
2025-03-15  Denis LaxaldeAdd type annotations to `postgresql.array`
2025-03-14  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 rel_2_0
2025-03-12  Denis LaxaldeComplement type annotations for ARRAY
2025-03-11  Mike Bayerre-support mysql-connector python
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)
next