]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2024-05-08  roche-quentinFIX #11285 11368/head
2024-05-06  Federico CaselliAdd name parameter to with_polymorphic.
2024-05-05  Mike Bayercherry-pick changelog update for 2.0.31
2024-05-05  Mike Bayercherry-pick changelog from 2.0.30
2024-05-05  Mike Bayertypo fixes
2024-05-05  Michael BayerMerge "Updated typing for self_group()" into main
2024-05-05  Michael BayerMerge "Add overload for ColumnCollection.get(col, defau...
2024-05-04  Mike Bayerrevise approach for bundle deduping
2024-05-04  Mark ElliotAdd overload for ColumnCollection.get(col, default)
2024-05-04  Federico CaselliUpdated typing for self_group()
2024-05-04  Federico CaselliMerge "disable col deduping inside of Bundle" into...
2024-05-04  dependabot... Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#11148)
2024-05-04  Robert SilénUpdate index.rst to include MariaDB (#11337)
2024-05-04  Federico CaselliMerge "improve pep-695 inference including Enum support...
2024-05-02  Mike Bayercorrectly apply _set_binops_check_strict to Association...
2024-05-02  Michael BayerMerge "ensure result_map objects collection is non...
2024-05-02  Alc-Alcimprove pep-695 inference including Enum support
2024-05-02  Michael BayerMerge "Improve typing to the count function." into...
2024-05-02  Mike Bayerdisable col deduping inside of Bundle
2024-05-01  Michael BayerMerge "Ignore all dunders when checking attributes...
2024-04-30  Mike Bayerensure result_map objects collection is non-empty
2024-04-30  Michael BayerMerge "only consider column / relationship attrs for...
2024-04-30  Michael BayerMerge "Fix issue in bulk_save_objects" into main
2024-04-30  Edgar Ramírez... Ignore all dunders when checking attributes in `sqlalch...
2024-04-30  Mike Bayerset unique=False on indexes
2024-04-29  Federico CaselliFix issue in bulk_save_objects
2024-04-29  Michael BayerMerge "improve fetchmany performance when using deque...
2024-04-28  Mike Bayeronly consider column / relationship attrs for subclass IN
2024-04-28  Michael BayerMerge "ensure intermediary mappers emit subclass IN...
2024-04-27  Mike Bayerensure intermediary mappers emit subclass IN
2024-04-27  Federico Caselliimprove fetchmany performance when using deque
2024-04-27  Federico CaselliFixing ci errors
2024-04-27  Michael BayerMerge "consider propagate_to_loaders at application...
2024-04-26  Federico CaselliMerge "Add missing overload to __add__" into main
2024-04-26  Felix ZenkFix typo in sqlalchemy.event.api (#11325)
2024-04-25  Yossi RozantsevAdd missing overload to __add__
2024-04-25  Federico CaselliImprove typing to the count function.
2024-04-25  Federico CaselliMerge "Fix typing to support mypy 1.10" into main
2024-04-25  Gord ThompsonAdd Databricks to external dialect list
2024-04-24  Pat BuxtonAdd Databend and Greenplum dialects (#11248)
2024-04-24  gmannyChanged some `declared_attr` code examples in the docs...
2024-04-24  Federico CaselliFix typing to support mypy 1.10
2024-04-18  Mike Bayerconsider propagate_to_loaders at application time
2024-04-17  Federico CaselliImprove docs formatting on automap, fix missing import
2024-04-15  Federico CaselliFix missing pythonpath in test that use subprocess
2024-04-12  Michael BayerMerge "typing: annotate Exists.select() to return Selec...
2024-04-12  Michael BayerMerge "Document how to configure the cursor_factory...
2024-04-11  Federico CaselliDocument how to configure the cursor_factory on psycopg
2024-04-10  Federico CaselliMerge "Fix typing issue in `MetaData.reflect()` with...
2024-04-10  Federico CaselliMerge "Improve compiled extension perf tests" into...
2024-04-10  Federico CaselliMerge "Highlite composide mode that's more type checker...
2024-04-10  Francisco Del... Fix typing issue in `MetaData.reflect()` with asyncio.
2024-04-10  Mike Bayerimprove distinct() docs
2024-04-08  Stefan WojcikUpdate links from initd.org to psycopg.org (#11244)
2024-04-04  Federico CaselliHighlite composide mode that's more type checker friently
2024-04-04  wouter bolsterleetyping: annotate Exists.select() to return Select[bool]
2024-04-01  Mike Bayerset up is_from_statement and others for FromStatement
2024-04-01  Mike Bayernew flake8-builtins adds a code we dont want
2024-03-28  Mike Bayeruse a full ConnectionCharacteristic for logging_token
2024-03-27  Federico CaselliImprove compiled extension perf tests
2024-03-27  Mike Bayerupdate callcounts
2024-03-25  Federico CaselliSwitch to cython pure python mode
2024-03-23  Mike Bayercherry-pick changelog update for 2.0.30
2024-03-23  Mike Bayercherry-pick changelog from 2.0.29
2024-03-23  Mike Bayerchangelog fixes
2024-03-23  Michael BayerMerge "Add pg DOMAIN type reflection" into main
2024-03-22  Michael BayerMerge "subqueryload invokes compile() on _OverrideBinds...
2024-03-22  Michael BayerMerge "use a private return class for the "catch all...
2024-03-22  Thomas StephensonAdd pg DOMAIN type reflection
2024-03-22  Michael BayerMerge "assign variant mapping on adapt()" into main
2024-03-22  Michael BayerMerge "A scalar subquery that returns bool is now corre...
2024-03-22  Mike Bayersubqueryload invokes compile() on _OverrideBinds -...
2024-03-21  Mike Bayerensure ARRAY.__init__ documents before Comparator
2024-03-20  Federico CaselliA scalar subquery that returns bool is now correctly...
2024-03-20  Mike Bayeruse a private return class for the "catch all" relationship
2024-03-20  Mike Bayerassign variant mapping on adapt()
2024-03-19  Mike Bayerwork around boldface concerns
2024-03-19  Michael BayerMerge "do not convert uuid to string in postgresql...
2024-03-19  Michael BayerMerge "document improvement for load_only" into main
2024-03-19  Mike Bayeradd notes clarifying the role of "$user" in pg search_path
2024-03-18  Federico Casellido not convert uuid to string in postgresql and mssql
2024-03-18  Federico Casellifix typo from d8174392dce20004d9158a90949b4ff11b830247
2024-03-18  Federico Casellidocument improvement for load_only
2024-03-18  Federico CaselliMerge "Add impyla to external dialect list" into main
2024-03-18  Michael BayerMerge "remove sentinel_value_resolvers and use pre...
2024-03-18  Mike Bayeradd missing cache_ok directive to MyEpochType
2024-03-18  Mike Bayerremove sentinel_value_resolvers and use pre-bind values
2024-03-18  Gord ThompsonAdd impyla to external dialect list
2024-03-15  Federico CaselliMerge "mysql: Add new reserved words from MySQL 8.3...
2024-03-15  Federico Casellifix mypy on python<3.10
2024-03-15  Sean Brightmysql: Add new reserved words from MySQL 8.3.
2024-03-14  Mike Bayeraccommodate schema_translate_map in _deliver_insertmany...
2024-03-13  Michael BayerMerge "Make instrumented attribute covariant as well...
2024-03-13  Michael BayerMerge "add doctests to asyncio tutorial" into main
2024-03-12  Ethan LangevinMake instrumented attribute covariant as well
2024-03-12  Federico Caselliimprove docs for sqlite memory db
2024-03-11  Mike Bayerupdate section be qualified for PGBouncer
2024-03-11  Federico Caselliadd doctests to asyncio tutorial
2024-03-11  Federico CaselliMerge "Update docs references to .execute() with string...
2024-03-11  Federico CaselliMention getitem on automap classes property
next