]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2022-10-07  Mike Bayerdont mutate bind_arguments incoming dictionary
2022-10-06  dependabot... Bump pypa/cibuildwheel from 2.10.1 to 2.10.2 (#8581)
2022-10-06  Mike Bayerfix execute calls for 2.0
2022-10-06  Mike Bayerimplement write-only colletions, typing for dynamic
2022-10-06  Mike Bayerreorganize Mapped[] super outside of MapperProperty
2022-10-05  mike bayerMerge "adjust MySQL view reflection for non-standard...
2022-10-04  Jesse BakkerMake if_exists and if_not_exists flags on ddl statement...
2022-10-03  mike bayerMerge "use black 22.8.0" into main
2022-10-03  John Bodleyadjust MySQL view reflection for non-standard MySQL...
2022-10-03  Mike Bayeruse black 22.8.0
2022-10-03  Federico CaselliRemove all formatting errors
2022-10-03  Mike Bayerclarify precedence docs
2022-10-03  Mike Bayerthe future is here
2022-10-02  Mike Bayerdetect {opensql} and {stop} sections
2022-10-02  Federico CaselliAdd proper code block formatting
2022-10-02  Federico CaselliImprovements to code formatter
2022-10-02  Mike Bayeradd disable doctest tag for autodoc test suite
2022-09-30  Mike Bayerinterim adjustment to code that's not staying formatted
2022-09-30  Mike Bayerfix "entry points"
2022-09-30  Mike Bayerrun proxy doc generation for updated session methods
2022-09-30  Mike Bayerthis is python code, we can format
2022-09-30  mike bayerMerge "Format code in the rst docs file" into main
2022-09-30  Federico CaselliFormat code in the rst docs file
2022-09-30  Mike Bayeradd autobuild; improve a few session docs
2022-09-29  Mike Bayertypo
2022-09-29  Mike Bayerrewrite the first section of ORM quickstart
2022-09-29  mike bayerMerge "Document user-defined functions for sqlite"...
2022-09-27  Mike Bayercorrect test criteria for mssql
2022-09-27  Mike Bayeradd "index", "unique" to Column.merge() attrs
2022-09-26  Mike Bayeradjust for mypy 0.981
2022-09-26  mike bayerMerge "add typing for sqlalchemy.orm.validates" into...
2022-09-26  Mike Bayeradjust tests for sqlites w/o returning
2022-09-26  mike bayerMerge "`aggregate_order_by` now supports cache generati...
2022-09-26  Mike Bayeradd typing for sqlalchemy.orm.validates
2022-09-26  mike bayerMerge "New ORM Query Guide featuring DML support" into...
2022-09-26  mike bayerMerge "ORM bulk insert via execute" into main
2022-09-26  mike bayerMerge "implement batched INSERT..VALUES () () for execu...
2022-09-26  Federico Caselli`aggregate_order_by` now supports cache generation.
2022-09-25  Mike BayerNew ORM Query Guide featuring DML support
2022-09-25  mike bayerMerge "warn for local-only column in remote side" into...
2022-09-25  Mike Bayerwarn for local-only column in remote side
2022-09-25  Federico CaselliUse aggregate order by instead of order by in subquery
2022-09-24  Mike BayerORM bulk insert via execute
2022-09-24  Mike Bayeradd missing changelog for #8569
2022-09-24  Mike Bayerimplement batched INSERT..VALUES () () for executemany
2022-09-24  Federico CaselliAdd oracledb to whatsnew list.
2022-09-24  mike bayerMerge "Tighten password security by removing `URL.__str...
2022-09-24  mike bayerMerge "remove should_nest behavior for contains_eager...
2022-09-23  Yassen DamyanovTighten password security by removing `URL.__str__`
2022-09-23  Mike Bayerremove should_nest behavior for contains_eager()
2022-09-23  Mike Bayerupdate whatsnew/ migration
2022-09-20  Mike Bayerauto-cast PG range types
2022-09-20  mike bayerMerge "break out text() from TextualSelect for col...
2022-09-19  mike bayerMerge "add raiseload to load_only()" into main
2022-09-19  Mike Bayerbreak out text() from TextualSelect for col matching
2022-09-19  Mike Bayeradd raiseload to load_only()
2022-09-19  dependabot... Bump pypa/cibuildwheel from 2.10.0 to 2.10.1 (#8537)
2022-09-17  mike bayerMerge "change verbiage stating exact compliance with...
2022-09-17  mike bayerMerge "Improve array_agg and Array processing" into...
2022-09-17  Mike Bayerchange verbiage stating exact compliance with RFC-1738
2022-09-17  Mike Bayerremove obtuse section about "bundled bind parameters"
2022-09-17  Federico CaselliImprove array_agg and Array processing
2022-09-16  mike bayerMerge "Ignore max_overflow when pool_size is 0" into...
2022-09-16  mike bayerMerge "Support GROUP BY ROLLUP on MySql/MariaDB" into...
2022-09-16  mike bayerMerge "catch exception for system_views also" into...
2022-09-16  Federico Casellifix documentation typos
2022-09-15  Federico CaselliIgnore max_overflow when pool_size is 0
2022-09-15  Federico CaselliMerge "Improved usage of ``asyncio.shield()``" into...
2022-09-15  Federico CaselliMerge "Use ``;`` instead of ``select 1`` to ping Postgr...
2022-09-15  mike bayerMerge "Add type awareness to evaluator" into main
2022-09-15  Federico CaselliUse ``;`` instead of ``select 1`` to ping PostgreSQL
2022-09-15  Federico CaselliImproved usage of ``asyncio.shield()``
2022-09-15  Mike Bayercatch exception for system_views also
2022-09-15  Mike Bayeradd missing doc for mariadb-connector
2022-09-13  dependabot... Bump pypa/cibuildwheel from 2.9.0 to 2.10.0 (#8517)
2022-09-13  Mike BayerAdd type awareness to evaluator
2022-09-09  Federico CaselliSupport GROUP BY ROLLUP on MySql/MariaDB
2022-09-08  mike bayerMerge "additional de-stringify pass for unions" into...
2022-09-08  mike bayerMerge "implement icontains, istartswith, iendswith...
2022-09-08  Mike Bayeradditional de-stringify pass for unions
2022-09-08  Mike Bayerlimit sqlite UPDATE..FROM to 3.33.0
2022-09-08  mike bayerMerge "enable UPDATE..FROM for SQLite" into main
2022-09-08  Matias Martinez... implement icontains, istartswith, iendswith operators
2022-09-07  Mike Bayerenable UPDATE..FROM for SQLite
2022-09-07  Mike Bayeradd docs for session.get()
2022-09-07  Mike Bayercherry-pick changelog update for 1.4.42
2022-09-07  Mike Bayercherry-pick changelog from 1.4.41
2022-09-07  Mike Bayerchangelog fixes
2022-09-05  Federico CaselliImprove compiled extension detection
2022-09-03  Mike Bayerexpand @ sign warning to include other characters
2022-09-02  mike bayerMerge "Fix Azure Synapse connection error" into main
2022-09-02  mike bayerMerge "Detection of PEP 604 union syntax." into main
2022-09-02  Gord ThompsonFix Azure Synapse connection error
2022-09-01  Peter SchuttDetection of PEP 604 union syntax.
2022-09-01  Federico CaselliMark extension modules as optional
2022-08-31  Mike Bayerrun update_subclass anytime we add new clslevel dispatch
2022-08-30  Daniel DươngFix doc snippet (#8414)
2022-08-30  mike bayerMerge "include TableClause.schema in cache key" into...
2022-08-30  Mike Bayerinclude TableClause.schema in cache key
2022-08-30  Mike Bayerimplement event for merge/load=False for mutable state...
next