]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2025-04-09  Denis LaxaldeType postgresql.aggregate_order_by() 12463/head
2025-04-04  Federico CaselliMerge "Support postgresql_include in UniqueConstraint...
2025-04-03  Federico CaselliMerge "improve overloads applied to generic functions...
2025-04-03  krave1986docs: Fix substr function starting index in hybrid_prop...
2025-04-03  Adriaan JoubertFix typo (#12495)
2025-04-02  Michael BayerMerge "ensure ON UPDATE test is case insensitive" into...
2025-04-02  Alexander Rueheensure ON UPDATE test is case insensitive
2025-04-01  Federico Caselliminor cleanup of postgresql index reflection query
2025-04-01  Denis LaxaldeSupport postgresql_include in UniqueConstraint and...
2025-04-01  Federico CaselliMerge "Add type annotations to postgresql.pg_catalog...
2025-03-31  Michael BayerMerge "Removed executable coercion" into main
2025-03-27  Mike Bayercherry-pick changelog update for 2.0.41
2025-03-27  Mike Bayercherry-pick changelog from 2.0.40
2025-03-27  Mike Bayerchangelog update
2025-03-27  Michael BayerMerge "Type array_agg()" into main
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  Michael BayerMerge "compatibility with typing_extensions 4.13 and...
2025-03-26  Daraancompatibility with typing_extensions 4.13 and type...
2025-03-26  Federico Casellidocument sqlite truncate_microseconds in DATETIME and...
2025-03-26  Federico CaselliMerge "Increase minimum required greenlet version"...
2025-03-25  Federico Caselliimprove overloads applied to generic functions
2025-03-25  Chris WithersIncrease minimum required greenlet version
2025-03-25  Stefanie MolinAdd missing imports to example (#12453)
2025-03-25  Denis LaxaldeAdd type annotations to postgresql.pg_catalog
2025-03-24  Denis LaxaldeType array_agg()
2025-03-20  Michael BayerMerge "Cast empty PostgreSQL ARRAY from the type specif...
2025-03-19  Michael BayerMerge "skip FROM disambiguation for immediate alias...
2025-03-19  Denis LaxaldeCast empty PostgreSQL ARRAY from the type specified...
2025-03-19  Michael BayerMerge "Make ARRAY generic on the item_type" into main
2025-03-19  Michael BayerMerge "implement use_descriptor_defaults for dataclass...
2025-03-19  Mike Bayerskip FROM disambiguation for immediate alias of table
2025-03-19  Mike Bayerimplement use_descriptor_defaults for dataclass defaults
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 "remove deprecated features" into main
2025-03-18  Federico Caselliremove deprecated features
2025-03-18  Michael BayerMerge "add postgresql distinct_on (patch 4)" into...
2025-03-18  Michael BayerMerge "expand paren rules for default rendering, sqlite...
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  Mike Bayeradd postgresql distinct_on (patch 4)
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 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
next