]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2025-07-14  KapilDagurremove: removed unused comment in selectable.py 12707/head
2025-07-14  KapilDagurfix: some changes in typing
2025-06-29  KapilDagurtyping: improve type coverage in sqlalchemy.sql.base...
2025-06-27  Michael BayerMerge "remove support for list of tuples in the normal...
2025-06-26  Federico Casellifix typos in comment
2025-06-26  Federico Caselliremove support for list of tuples in the normal execute
2025-06-26  Federico CaselliMerge "Simplify postgresql index reflection query"...
2025-06-24  Michael BayerMerge "add example to update from that uses values...
2025-06-24  Mike Bayeruse zzzeeksphinx 1.6.1 and we arent' really using this...
2025-06-24  Federico Caselliadd example to update from that uses values
2025-06-24  Michael BayerMerge "try flake8-import-order 0.19.2" into main
2025-06-24  Michael BayerMerge "hardening against inappropriate multi-table...
2025-06-24  Mike Bayertry flake8-import-order 0.19.2
2025-06-24  Mike Bayerhardening against inappropriate multi-table updates
2025-06-23  Michael BayerMerge "Extend #12168 to relationship collections" into...
2025-06-21  Michael BayerMerge "rework wraps_column_expression logic to be purel...
2025-06-20  Mike FiedlerUpdate `table_per_related` example for Declarative API
2025-06-20  Federico Casellitype `set_committed_value`.
2025-06-20  Mike BayerExtend #12168 to relationship collections
2025-06-20  Mike Bayerreally pin flake8-import-order to <0.19
2025-06-19  Michael BayerMerge "remove util.portable_instancemethod" into main
2025-06-19  Mike Bayerrework wraps_column_expression logic to be purely compi...
2025-06-17  Federico CaselliMerge remote-tracking branch 'origin/pr/12657'
2025-06-16  Federico Casellipin flake8-import-order!=0.19.0 and updates for mypy...
2025-06-11  Mike Bayerupdate pickle tests
2025-06-11  Mike Bayerremove util.portable_instancemethod
2025-06-10  Michael BayerMerge "use integer division on maxlen" into main
2025-06-10  Federico Casellifix wrong reference link in changelog
2025-06-10  Mike Bayeruse integer division on maxlen
2025-06-10  Federico Casellifix typo in docs
2025-06-10  Michael BayerMerge "use sys.columns to allow accurate joining to...
2025-06-10  Michael BayerMerge "update tox mypy" into main
2025-06-10  Mike Bayerdocument column_expression applies only to outermost...
2025-06-10  Pablo Estevezupdate tox mypy
2025-06-10  Mike Bayerguard against schema_translate_map adding/removing...
2025-06-10  Mike Bayeruse sys.columns to allow accurate joining to other...
2025-06-09  victorUpdate dialect opengauss url 12657/head
2025-06-07  krave1986Fix missing data type in Article.writer_id mapping...
2025-06-07  Mike Bayerupdate docs for "copy column" warning
2025-06-05  Mike Bayerhardcode now(), current_timstamp() into the MySQL regex
2025-06-04  Michael BayerMerge "Remove type key in mysql index reflection dicts...
2025-06-03  Mike Bayergive up on running py 3.14 in github actions
2025-06-03  Mike Bayeruse exact py3.14 version
2025-06-03  Mike Bayerupdates for sphinx build to run correctly
2025-06-03  Federico CaselliSimplify postgresql index reflection query
2025-06-03  Mike Bayeradd python 3.14 to run-test
2025-06-03  Michael BayerMerge "Reflect index's column operator class on Postgre...
2025-06-03  Mike Bayeradd future mode tests for MappedAsDataclass; more py314...
2025-06-03  Michael BayerMerge "Fix type errors surfaced by mypy 1.16" into...
2025-06-03  Federico CaselliFix type errors surfaced by mypy 1.16
2025-06-02  Michael BayerMerge "The ``Enum.inherit_schema`` now defaults to...
2025-05-28  Denis LaxaldeReflect index's column operator class on PostgreSQL
2025-05-27  Federico CaselliThe ``Enum.inherit_schema`` now defaults to true
2025-05-27  Michael BayerMerge "update black to 25.1.0 to align it with alembic...
2025-05-25  Michael BayerMerge "Add missing requires in the tests for older...
2025-05-23  Federico Casellifix missing quotes from cast call in mysqlconnector...
2025-05-23  Federico CaselliRemove type key in mysql index reflection dicts
2025-05-23  Federico Caselliupdate black to 25.1.0 to align it with alembic
2025-05-23  François-Michel... Doc: Update connection / reconnecting_engine (#12617)
2025-05-23  krave1986docs: Clarify that relationship() first parameter is...
2025-05-21  Denis LaxaldeAdd missing requires in the tests for older postgresql...
2025-05-20  Michael BayerMerge "Use pg_index's indnatts when indnkeyatts is...
2025-05-20  Federico Caselliimprove changelog for ticket:`12479`
2025-05-20  Denis LaxaldeUse pg_index's indnatts when indnkeyatts is not available
2025-05-20  Michael BayerMerge "Type mysql dialect" into main
2025-05-20  Michael BayerMerge "Support `matmul` (@) as an optional operator...
2025-05-20  Pablo EstevezType mysql dialect
2025-05-19  Denodo Research... Update index.rst in dialects docs to include Denodo...
2025-05-18  Michael BayerMerge "i think we dont need DOMAIN.adapt()" into main
2025-05-16  Michael BayerMerge "Remove declarative_mixin" into main
2025-05-16  Mike Bayeri think we dont need DOMAIN.adapt()
2025-05-15  Michael BayerMerge "expand column options for composites up front...
2025-05-15  Mike Bayerexpand column options for composites up front at the...
2025-05-14  Mike Bayercherry-pick changelog update for 2.0.42
2025-05-14  Mike Bayercherry-pick changelog from 2.0.41
2025-05-14  Mike Bayeruse pep639 license
2025-05-14  Mike Bayerchangelog edits
2025-05-13  Aramís SegoviaSupport `matmul` (@) as an optional operator.
2025-05-13  Mike Bayerremove __getattr__ from root
2025-05-12  Mike Bayerrewrite the docs on SQLite transaction handling
2025-05-08  Mike Bayerimplement pep-649 workarounds, test suite passing for...
2025-05-08  Michael BayerMerge "dont render URL in unparseable URL error message...
2025-05-08  Michael BayerMerge "typing: pg: type NamedType create/drops (fixes...
2025-05-08  Mike Bayerdont render URL in unparseable URL error message
2025-05-08  Justine Krejchatyping: pg: type NamedType create/drops (fixes #12557)
2025-05-06  Mike Bayerreorganize ORM Annotated Declarative into its own section
2025-05-06  Michael BayerMerge "Added vector datatype support in Oracle dialect...
2025-05-05  Federico Casellifix failing typing test
2025-05-05  krave1986Fix issues in versioning.rst (#12567)
2025-05-05  ShamilRemove unused typing imports (#12568)
2025-05-05  surajAdded vector datatype support in Oracle dialect
2025-05-01  Michael BayerMerge "fix sqlite localtimestamp function" into main
2025-05-01  Mike Bayeradd black dependency for format_docs_code
2025-05-01  Mike Bayerfix sqlite localtimestamp function
2025-05-01  Michael BayerMerge "add correct typing for row getitem" into main
2025-04-29  Federico Caselliadd correct typing for row getitem
2025-04-29  Ross PattersonFix simple typo (#12555)
2025-04-27  Federico CaselliMerge "refactor (orm): remove unused variables and...
2025-04-27  Federico Casellirefactor (orm): remove unused variables and simplify...
2025-04-26  Mike Bayerfix reference cycles/ perf in DialectKWArgs
next