]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
3 days ago  Pablo Esteveztype pysqlite main
3 days ago  Federico CaselliMerge "deprecate inherit_schema argument" into main
4 days ago  Michael BayerMerge "fix: pass dialect-specific kwargs to MetaData...
4 days ago  Michael BayerMerge "skip windows/macosx for GC sensitive tests"...
4 days ago  Lukáš Kožušníkfix: pass dialect-specific kwargs to MetaData.reflect
5 days ago  Mike Bayercopy 2.0 changelog for unblock python 3.14
5 days ago  Mike Bayerskip windows/macosx for GC sensitive tests
5 days ago  Michael BayerMerge "lock down format_docs_code.py to specific paths...
6 days ago  Mike BayerSquashed commit of the following:
6 days ago  Mike Bayerlock down format_docs_code.py to specific paths
8 days ago  Mike Bayersome tox readability improvements
10 days ago  Federico Casellideprecate inherit_schema argument
11 days ago  Michael BayerMerge "use standard path for asyncio create w/ exceptio...
12 days ago  Michael BayerMerge "add create_type to Enum" into main
12 days ago  Mike Bayeruse standard path for asyncio create w/ exception handler
12 days ago  Mike BayerImprove asyncpg exception hierarchy and asyncio hierarc...
2025-09-21  Mike Bayeradd create_type to Enum
2025-09-21  Michael BayerMerge "Apply nested for joined eager m2o w/ GROUP BY...
2025-09-21  Mike BayerApply nested for joined eager m2o w/ GROUP BY, DISTINCT
2025-09-20  Mike Bayerremove _py3k suffixes from test files
2025-09-20  Michael BayerMerge "deprecate ARRAY.any(), ARRAY.all(), postgresql...
2025-09-20  Mike Bayerdeprecate ARRAY.any(), ARRAY.all(), postgresql.Any...
2025-09-20  Michael BayerMerge "Use ARRAY type for any_(), all_() coercion"...
2025-09-20  Mike BayerUse ARRAY type for any_(), all_() coercion
2025-09-20  Michael BayerMerge "refactor test_sqlite into a package" into main
2025-09-20  Michael BayerMerge "raise for ENUM/DOMAIN with reserved type name...
2025-09-20  KapilDagurraise for ENUM/DOMAIN with reserved type name and no...
2025-09-20  Mike Bayerrefactor test_sqlite into a package
2025-09-19  Mike Bayerlimit STRICT to appropraite sqlite versions
2025-09-19  Mike Bayerfix tests for aggregate_order_by
2025-09-19  Michael BayerMerge "Add note regarding indexes with subscription...
2025-09-19  Federico CaselliAdd note regarding indexes with subscription of jsonb
2025-09-19  Mike Bayeradd RegistryEvents
2025-09-19  Michael BayerMerge "Add FunctionElement.aggregate_order_by" into...
2025-09-19  Mike Bayerclarify clauses argument for order_by, group_by
2025-09-19  Reuven StarodubskiAdd FunctionElement.aggregate_order_by
2025-09-18  Mike Bayerunmapped_dataclass
2025-09-15  Michael BayerMerge "Fix get_columns sqlite reflection rejecting...
2025-09-15  Mike BayerRevert "add RegistryEvents"
2025-09-15  Tip ten BrinkFix get_columns sqlite reflection rejecting tables...
2025-09-15  Michael BayerMerge "add RegistryEvents" into main
2025-09-13  Mike Bayerremove confusing "with_parent()" from query-enabled...
2025-09-13  Mike Bayerdo the mypy dance
2025-09-10  Mike BayerAdd function mapped_as_dataclass
2025-09-09  Mike Bayeradd RegistryEvents
2025-09-07  Mike Bayerdoc updates, localize test fixtures
2025-09-06  Michael BayerMerge "liberalize pep695 matching" into main
2025-09-06  Mike Bayerliberalize pep695 matching
2025-09-05  Mike Bayerinterpret NULL in PG enum array values
2025-09-03  Mike Bayerremove upfront sanitization of entities from joins
2025-09-02  Mike Bayermove callcount tests to py313, 314
2025-09-02  Mike Bayersupport omission of standard event listen example
2025-08-31  Michael BayerMerge "warn on failed aliased" into main
2025-08-31  Mike Bayerwarn on failed aliased
2025-08-31  Michael BayerMerge "add session-wide execution_options" into main
2025-08-31  Michael BayerMerge "add OperatorClasses to gate mismatched operator...
2025-08-31  Mike Bayeradd session-wide execution_options
2025-08-27  Michael BayerMerge "use fixture_session() fixture, remove "future...
2025-08-27  Michael BayerMerge "use _generate_columns_plus_names for ddl returni...
2025-08-26  Mike Bayeruse fixture_session() fixture, remove "future" terminology
2025-08-26  Michael BayerMerge "Create terminate mixin" into main
2025-08-26  Mike Bayeruse _generate_columns_plus_names for ddl returning...
2025-08-26  Mike Bayersupport configurable None behavior for composites
2025-08-25  Mike Bayeradd OperatorClasses to gate mismatched operator use
2025-08-25  Michael BayerMerge "more extensibility for asc/desc" into main
2025-08-25  Michael BayerMerge "ensure datatype roundtrips for JSON dialects...
2025-08-25  Mike Bayerensure datatype roundtrips for JSON dialects
2025-08-25  Michael BayerMerge "remove python 3.9 support since it's close to...
2025-08-23  Federico Caselliremove python 3.9 support since it's close to eol
2025-08-22  Mike Bayermore extensibility for asc/desc
2025-08-22  Michael BayerMerge "ensure assoc proxy from aliased() is generated...
2025-08-22  Mike Bayerensure assoc proxy from aliased() is generated in corre...
2025-08-21  Finn WomackAdd arm64 wheel builds and tests (#12816)
2025-08-20  Micah DenbraverFix typing for `hybrid_property.__set__` to properly...
2025-08-19  Federico CaselliMerge "restore functionality in list" into main
2025-08-18  Federico CaselliCreate terminate mixin
2025-08-18  Federico Casellirestore functionality in list
2025-08-18  Mike BayerWe can't promise CursorResult from session.execute()
2025-08-16  Mike Bayerhttphost string
2025-08-16  Mike Bayeruse ssh host
2025-08-13  Mike Bayerclose aio cursors etc. that require await close
2025-08-11  Mike Bayercherry-pick changelog update for 2.0.44
2025-08-11  Mike Bayercherry-pick changelog from 2.0.43
2025-08-11  Mike Bayermaintain alphabetical create_engine() param ordering
2025-08-11  Mike Bayerdoc fixes
2025-08-11  surajFixes: #12711 Added sparse vector support in Oracle
2025-08-07  Mike Bayerensure autocommit is not False for SQLite FK pragma
2025-08-07  Michael BayerMerge "implement skip_autocommit_rollback" into main
2025-08-06  Michael BayerMerge "add chunking to selectin_polymorphic" into main
2025-08-06  Mike Bayerimplement skip_autocommit_rollback
2025-08-06  Mike Bayeradd chunking to selectin_polymorphic
2025-08-06  Michael BayerMerge "Fix use_existing_column with Annotated mapped_co...
2025-08-05  Mike Bayerapply correct pre-fetch params to post updated rows
2025-08-05  Mike Bayerand now a word on AI
2025-08-05  Mike BayerFix use_existing_column with Annotated mapped_column...
2025-08-05  Michael BayerMerge "Fix PostgreSQL JSONB subscripting regression...
2025-08-04  Michael BayerMerge "cleanup implementation of asyncpg connection...
2025-08-04  Michael BayerMerge "generalize composite bulk insert to hybrids...
2025-08-04  Michael BayerMerge "add CRUD column marker" into main
2025-08-04  Mike BayerFix PostgreSQL JSONB subscripting regression with functions
next