]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2 days ago  Mike Bayerfix rst doc formatting main
2 days ago  Mike Bayerrewrite SQLite in-memory database docs for concurrency
3 days ago  Michael BayerMerge "fix catastrophic backtracking in sqlite inline...
3 days ago  Michael BayerMerge "migration note on subqueries" into main
3 days ago  jonathan vanascomigration note on subqueries
3 days ago  Mike BayerAllow overriding @validates for inheritance
5 days ago  Kadir Can OzdenUse _effective_decimal_return_scale in Numeric.result_p...
5 days ago  w-JessamineAllow inspection registrations from module reloads
5 days ago  Michael BayerMerge "update oracledb async dialect for oracledb __aen...
6 days ago  AVRC26update oracledb async dialect for oracledb __aenter__()
6 days ago  Javid Khanfix catastrophic backtracking in sqlite inline unique...
6 days ago  Ilan Keshetinclude rollback exception in closed transaction contex...
6 days ago  Mike Bayerupdate for mypy 2.2.0
7 days ago  Michael BayerMerge "few more perf improvements to selectinload"...
10 days ago  James AddisonSQL codestyle: trim spacing around 'INHERITS' table...
2026-06-30  Federico Casellifew more perf improvements to selectinload
2026-06-27  Mike Bayerset PYTHONUTF8=1 for attestation step to fix encoding...
2026-06-27  Mike Bayercontinue-on-error for upload-release-assets to handle...
2026-06-27  Mike Bayeruse python -m pip/twine/pypi_attestations to avoid...
2026-06-27  Mike Bayeradd shell: bash to attestations step to fix glob expans...
2026-06-27  Mike Bayerfall back to twine upload without attestations if attes...
2026-06-27  Mike Bayerfix create-wheels.yaml for cibuildwheel 4.x and release...
2026-06-27  Mike BayerVersion 2.1.0b4 placeholder
2026-06-27  Mike Bayer- 2.1.0b3 rel_2_1_0b3
2026-06-27  Mike Bayerfix
2026-06-27  Mike Bayerfixes for m2momitjointest
2026-06-27  Mike Bayermore changelog updates
2026-06-27  Mike Bayerrework migration docs a bit, fix issues
2026-06-26  Mike Bayerwrap before/after_cursor_execute event hooks in error...
2026-06-24  Mike Bayeroverride get_select_precolumns() in StrSQLCompiler
2026-06-23  Michael BayerMerge "fix catastrophic backtracking in mysql index...
2026-06-23  Michael BayerMerge "fixes for logging tests" into main
2026-06-23  dxbjavidfix catastrophic backtracking in mysql index comment...
2026-06-23  Michael BayerMerge "quote driver name and pass-through keys in pyodb...
2026-06-23  Michael BayerMerge "Add explicit USING support to DELETE" into main
2026-06-23  Mike Bayerfixes for logging tests
2026-06-22  cjc0013Add explicit USING support to DELETE
2026-06-22  Mike Bayeruse @classmethod per pytest guidance
2026-06-18  dxbjavidquote driver name and pass-through keys in pyodbc conne...
2026-06-18  Mike BayerMerge branch 'dependabot/github_actions/actions/checkout-7'
2026-06-18  Michael BayerMerge "Improve performance of selectinload result handl...
2026-06-18  dependabot... Bump actions/checkout from 6 to 7 13387/head
2026-06-17  Mike BayerFix is_pep695 misidentifying Annotated[TypeAliasType...
2026-06-17  Oliver ParkerImprove performance of selectinload result handling...
2026-06-15  Mike BayerMerge branch 'dependabot/github_actions/pypa/cibuildwhe...
2026-06-15  Michael BayerMerge "Fixes: 13363 Process ORM result rows as plain...
2026-06-15  Oliver ParkerFixes: 13363 Process ORM result rows as plain tuples...
2026-06-15  Mike Bayercherry-pick changelog update for 2.0.52
2026-06-15  Mike Bayercherry-pick changelog from 2.0.51
2026-06-15  dependabot... Bump pypa/cibuildwheel from 4.0.0 to 4.1.0 13373/head
2026-06-15  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...
next