]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2026-06-11  CaoRongkaiDocument quoted_name use for PostgreSQL INHERITS (...
2026-06-10  Michael BayerMerge "allow rollback within _prepare_impl on twophase...
2026-06-09  Mike Bayerallow rollback within _prepare_impl on twophase prepare...
2026-06-08  Federico Casellirepair xid in psycopg
2026-06-04  Bradley DavisRemoved erroneous debug print (#13349)
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 "Fix subqueryload losing .and_() criteria when...
2026-05-27  cjc0013Fix lambda statements with non-lambda criteria
2026-05-27  Arya RizkyFix subqueryload losing .and_() criteria when combined...
2026-05-25  proto-atlasFix Session bulk mappings typing for mapped classes
2026-05-24  Mike BayerVersion 2.0.51 placeholder
2026-05-24  Mike Bayer- 2.0.50 rel_2_0_50
2026-05-24  Mike Bayerdont produce side effects for do_orm_execute
2026-05-20  Michael BayerMerge "Fix ExcludeConstraint not forwarding info to...
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-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-10  Federico CaselliMerge "update to black 26.3.1" into rel_2_0
2026-05-10  Federico Caselliupdate to black 26.3.1
2026-05-10  Mike Bayercollect pep8 errors
2026-05-07  Mike Bayersupport mypy 2.0
2026-05-07  Michael BayerMerge "Fixes: #10673: make declared_attr covariant...
2026-05-05  Léo GallotReplace logging.WARN by logging.WARNING (#13277)
2026-05-04  Matti Picuslimit pypy to one build, fix typo (#13275)
2026-05-03  Federico Casellirestore skip of 3.14t with cext and greenlet
2026-05-02  dependabot... Bump pypa/cibuildwheel from 3.3.0 to 3.4.1 (#13271)
2026-04-30  dependabot... Bump actions/checkout from 4 to 6 (#13273)
2026-04-30  dependabot... Bump actions/setup-python from 5 to 6 (#13270)
2026-04-30  Léo Gallotdocs: fix typo pool_echo -> echo_pool (#13269)
2026-04-30  Luiz Felipe... Fixes: #10673: make declared_attr covariant
2026-04-29  Léo Gallotdocs: fix incorrect execution context class reference...
2026-04-21  Mike Bayernarrow scope of _correct_for_mysql_bugs_88718_96365
2026-04-20  Bojun Chaidocs: fix typo 'nad' -> 'and' in DefaultDialect.constru...
2026-04-17  Mike Bayerhandle asyncpg InternalClientError
2026-04-16  Mukunda Rao... Fix 'compatiblity' typo in sqlite dialect docstring...
2026-04-14  Federico CaselliImprove pg two-phase transactions
2026-04-13  Federico CaselliImprove escaping in pysqlcipher
2026-04-03  Mike BayerVersion 2.0.50 placeholder
2026-04-03  Mike Bayer- 2.0.49 rel_2_0_49
2026-04-03  Mike Bayercorrect that last exclude, only the greenlet builds
2026-04-03  Mike Bayerdisable failing actions combos so we can get a green
2026-04-01  Michael BayerMerge "really remove cx_oracle from test setup" into...
2026-04-01  Mike Bayerreally remove cx_oracle from test setup
2026-04-01  Mike Bayerupdate for mypy 1.20.0
2026-03-29  Mike Bayeraccommodate subclass mapper in post-loader entity_isa...
2026-03-29  Michael BayerMerge "fix: Session.get() with with_for_update=False...
2026-03-27  Mike Bayerapply _path_with_polymorphic in prepend as well
2026-03-27  joshuaswansonfix: Session.get() with with_for_update=False skips...
2026-03-23  Michael BayerMerge "detect and accommodate reverse condition for...
2026-03-23  Federico Casellilink insert.value to data insert tutorial
2026-03-23  Mike Bayerdetect and accommodate reverse condition for loader...
2026-03-20  Carlos Serranomssql: fall back to base type for alias types during...
2026-03-20  Michael BayerMerge "Remove version warning in SQL Server" into rel_2_0
2026-03-20  Michael BayerMerge "Allow escaped quotes in Postgres quoted identifi...
2026-03-19  Mike Bayerremove cx_oracle from testing
2026-03-18  medovi40kAdd typing overloads to Query.__getitem__ and AppenderQ...
2026-03-18  Austin GrahamAllow escaped quotes in Postgres quoted identifier
2026-03-18  Federico CaselliRemove version warning in SQL Server
2026-03-18  Mike Bayerclarify the Result.closed attribute
2026-03-18  Michael BayerMerge "ensure function classes are not shadowed" into...
2026-03-17  Federico Caselliensure function classes are not shadowed
2026-03-10  Martin BalážUpdate _NamingSchemaCallable to support Index
2026-03-06  Dr Alex Mitredocs: fix RelationshipProperty comparator cross-referen...
2026-03-05  Georg SieberAdd fast_executemany property to asyncadapt aioodbc...
2026-03-03  Daniel SullivanOracle dialect reflection of RAW length
2026-03-02  Mike BayerVersion 2.0.49 placeholder
2026-03-02  Mike Bayer- 2.0.48 rel_2_0_48
2026-03-02  Mike Bayerfix changelog typo
2026-03-02  Mike Bayermake local mutable copies for cargs / cparams in do_connect
2026-02-24  Mike BayerVersion 2.0.48 placeholder
2026-02-24  Mike Bayer- 2.0.47 rel_2_0_47
2026-02-24  Mike Bayerfix an idiosyncratic F821 failure
2026-02-23  Kadir Can OzdenFix WeakSequence.__getitem__ catching KeyError instead...
2026-02-23  Tiansu YuMysql ddl compiler fall back to default index args
2026-02-17  Mike Bayerdowngrade batches for bindparam() in SET
2026-02-11  Federico CaselliPoolProxiedConnection support context protocol
2026-02-09  Mike Bayerdocument thread starvation as a cause of pool exhaustion
2026-02-08  Loïc SimonPostgreSQL / SQLite / Insert.on_conflict_do_update...
2026-02-05  Mike Bayerallow batch with upsert if embed_values_counter is...
2026-02-04  Mike Bayerparse ON UPDATE / ON DELETE in any order
2026-02-03  Mike Bayerforwards-port cpython issue 141560 for getfullargspec
2026-01-30  Mike Bayerallow 2 uncleared connections at most
2026-01-29  Peng RenAdd external dialects for DynamoDB and MongoDB (#13100)
2026-01-27  Mike Bayerclarify that poolevents should be registered via engines
2026-01-23  Imad SaddikFix a typo in relationships.rst (#13087)
2026-01-21  Mike BayerVersion 2.0.47 placeholder
2026-01-21  Mike Bayer- 2.0.46 rel_2_0_46
2026-01-21  Gord Thompsonmake qtoken for PostgreSQL _fk_regex_pattern less restr...
2026-01-20  Imad Saddikdocs: fix grammar in reflection documentation
next