]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
8 hours ago  Mike Bayerset PYTHONUTF8=1 for attestation step to fix encoding... main
8 hours ago  Mike Bayercontinue-on-error for upload-release-assets to handle...
8 hours ago  Mike Bayeruse python -m pip/twine/pypi_attestations to avoid...
8 hours ago  Mike Bayeradd shell: bash to attestations step to fix glob expans...
8 hours ago  Mike Bayerfall back to twine upload without attestations if attes...
8 hours ago  Mike Bayerfix create-wheels.yaml for cibuildwheel 4.x and release...
12 hours ago  Mike BayerVersion 2.1.0b4 placeholder
13 hours ago  Mike Bayer- 2.1.0b3 rel_2_1_0b3
14 hours ago  Mike Bayerfix
14 hours ago  Mike Bayerfixes for m2momitjointest
15 hours ago  Mike Bayermore changelog updates
15 hours ago  Mike Bayerrework migration docs a bit, fix issues
40 hours ago  Mike Bayerwrap before/after_cursor_execute event hooks in error...
3 days ago  Mike Bayeroverride get_select_precolumns() in StrSQLCompiler
4 days ago  Michael BayerMerge "fix catastrophic backtracking in mysql index...
4 days ago  Michael BayerMerge "fixes for logging tests" into main
4 days ago  dxbjavidfix catastrophic backtracking in mysql index comment...
4 days ago  Michael BayerMerge "quote driver name and pass-through keys in pyodb...
4 days ago  Michael BayerMerge "Add explicit USING support to DELETE" into main
4 days ago  Mike Bayerfixes for logging tests
5 days ago  cjc0013Add explicit USING support to DELETE
5 days ago  Mike Bayeruse @classmethod per pytest guidance
9 days ago  dxbjavidquote driver name and pass-through keys in pyodbc conne...
9 days ago  Mike BayerMerge branch 'dependabot/github_actions/actions/checkout-7'
9 days ago  Michael BayerMerge "Improve performance of selectinload result handl...
9 days ago  dependabot... Bump actions/checkout from 6 to 7 13387/head
10 days ago  Mike BayerFix is_pep695 misidentifying Annotated[TypeAliasType...
10 days ago  Oliver ParkerImprove performance of selectinload result handling...
12 days ago  Mike BayerMerge branch 'dependabot/github_actions/pypa/cibuildwhe...
12 days ago  Michael BayerMerge "Fixes: 13363 Process ORM result rows as plain...
12 days ago  Oliver ParkerFixes: 13363 Process ORM result rows as plain tuples...
12 days ago  Mike Bayercherry-pick changelog update for 2.0.52
12 days ago  Mike Bayercherry-pick changelog from 2.0.51
12 days ago  dependabot... Bump pypa/cibuildwheel from 4.0.0 to 4.1.0 13373/head
12 days ago  dxbjavidfix backtracking hang in hstore literal parser
2026-06-12  Mike Bayeradd row logging tests
2026-06-12  Mike Bayerbump mssql-python to 1.9.0
2026-06-12  Michael BayerMerge "factor single-table reflection wrappers into...
2026-06-11  lphuc2250gmachore: improve sqlalchemy maintenance path (#13351)
2026-06-11  CaoRongkaiDocument quoted_name use for PostgreSQL INHERITS (...
2026-06-11  dependabot... Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 (#13358)
2026-06-10  Mike Bayerfactor single-table reflection wrappers into common...
2026-06-10  Michael BayerMerge "allow rollback within _prepare_impl on twophase...
2026-06-10  Michael BayerMerge "repair xid in psycopg" into main
2026-06-09  Mike Bayerallow rollback within _prepare_impl on twophase prepare...
2026-06-09  Michael BayerMerge "send execution options to connection also" into...
2026-06-09  Michael BayerMerge "remove legacy include_columns in index reflectio...
2026-06-08  Federico Casellirepair xid in psycopg
2026-06-05  Mike Bayeruse trusted publishing for PyPI wheel uploads
2026-06-05  Michael BayerMerge "minor code improvement to the mssql multi reflec...
2026-06-05  Michael BayerMerge "Register func.any(), func.all(), func.some(...
2026-06-05  Federico Caselliminor code improvement to the mssql multi reflection
2026-06-04  Federico Caselliremove legacy include_columns in index reflection
2026-06-04  Federico Casellifix docs lint warning
2026-06-04  Federico CaselliMerge "Implement native multi-table reflection API...
2026-06-04  Gaurav SharmaImplement native multi-table reflection API for the...
2026-06-04  Bradley DavisRemoved erroneous debug print (#13349)
2026-06-04  Federico CaselliMerge "Perf/conditional unique selectinload" into main
2026-06-04  Federico Caselliimprove typed column migration docs
2026-06-04  Mike Bayersend execution options to connection also
2026-06-04  Mike BayerRegister func.any(), func.all(), func.some() as collect...
2026-06-03  Oliver ParkerPerf/conditional unique selectinload
2026-05-31  sebastianbreguelHoist loop-invariant set intersection in _get_display_froms
2026-05-29  me-saurabhkohliAdd ambiguous column support to SimpleResultMetaData
2026-05-28  Michael BayerMerge "allow backref named 'metadata' to not break...
2026-05-28  Mike Bayerallow backref named 'metadata' to not break _metadata_f...
2026-05-28  Michael BayerMerge "Fix subqueryload losing .and_() criteria when...
2026-05-28  Michael BayerMerge "Fix lambda statements with non-lambda criteria...
2026-05-27  cjc0013Fix lambda statements with non-lambda criteria
2026-05-27  Arya RizkyFix subqueryload losing .and_() criteria when combined...
2026-05-27  bekaponoomit_join optimization for selectinload on many-to...
2026-05-25  proto-atlasFix Session bulk mappings typing for mapped classes
2026-05-24  Mike Bayercherry-pick changelog update for 2.0.51
2026-05-24  Mike Bayercherry-pick changelog from 2.0.50
2026-05-24  Mike Bayerdont produce side effects for do_orm_execute
2026-05-23  Michael BayerMerge "user_defined_options returns memoized options...
2026-05-21  Federico Caselliuser_defined_options returns memoized options
2026-05-20  Michael BayerMerge "Fix ExcludeConstraint not forwarding info to...
2026-05-20  Michael BayerMerge "implement _post_inspect for AliasedInsp" into...
2026-05-20  Mike Bayerimplement _post_inspect for AliasedInsp
2026-05-20  WiktorB2004Fix ExcludeConstraint not forwarding info to parent...
2026-05-20  Michael BayerMerge "Fix joinedload + of_type() + and_() invalid...
2026-05-20  Michael BayerMerge "Fix floordiv (//) for float/numeric by int with...
2026-05-20  Joaquin Hui... Fix joinedload + of_type() + and_() invalid SQL for...
2026-05-20  OSS ContributorFix floordiv (//) for float/numeric by int with div_is_...
2026-05-20  mattipFix trivial PyPy failures
2026-05-20  Michael BayerMerge "document postgresql_nulls_not_distinct" into...
2026-05-19  Karolina SurmaAdjust TypeError message to Python 3.15
2026-05-19  Mike Bayerrobustly handle reconnect param across all pymysql...
2026-05-18  Michael BayerMerge "Postgresql default to no backslash escaping...
2026-05-18  Michael BayerMerge "resolve table names using MetaData.schema defaul...
2026-05-18  Mike Bayerresolve table names using MetaData.schema default in...
2026-05-18  Michael BayerMerge "Block Result.unique() with Result.yield_per...
2026-05-17  David Lorddocument postgresql_nulls_not_distinct
2026-05-17  Federico Caselliadd update to black 26.3.1 commit to blame ignore
2026-05-17  Henry Cairemove redundant deserializer assignment from asyncpg...
2026-05-12  Mike BayerBlock Result.unique() with Result.yield_per() for ORM...
2026-05-12  Michael BayerMerge "populate existing can be in exec option in sessi...
2026-05-10  Federico Caselliupdate to black 26.3.1
2026-05-10  Federico Casellipopulate existing can be in exec option in session.get
next