]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2023-10-03  Carlos SousaFixes: #9647 - Raise exception for execute when paramet... 10406/head
2023-09-28  Federico CaselliMerge "Type annotations for sqlalchemy.orm.dynamic...
2023-09-28  Maksim LatyshType annotations for sqlalchemy.orm.dynamic
2023-09-27  Mike Bayernext attempt, try building pyodbc from github rather...
2023-09-27  Mike Bayerback out pymssql for py312
2023-09-27  dependabot... Bump pypa/cibuildwheel from 2.16.0 to 2.16.1 (#10391)
2023-09-27  Mike Bayeropen up py312 for all DBAPIs
2023-09-26  mike bayerMerge "accommodate all mapped_column() parameters in...
2023-09-20  Eric HanchrowRevise / rewrite sentences that use the phrase "referre...
2023-09-20  Mike Bayeraccommodate all mapped_column() parameters in Annotated...
2023-09-20  mike bayerMerge "adjust view definition reflection test for pg16...
2023-09-20  dependabot... Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 (#10371)
2023-09-20  Mike Bayeradjust view definition reflection test for pg16
2023-09-19  Mike BayerEnsure loader criteria used for ORM join with expressio...
2023-09-18  Mike BayerVersion 2.0.22 placeholder
2023-09-18  Mike Bayer- 2.0.21 rel_2_0_21
2023-09-18  Mike Bayermore doc fixes
2023-09-18  Mike Bayerdoc fixes
2023-09-18  mike bayerMerge "Update type annotations for loading options...
2023-09-18  mike bayerMerge "parse for parenthesis in referenced tablename...
2023-09-18  Mike Bayerparse for parenthesis in referenced tablename, columnname
2023-09-18  mike bayerMerge "consider _ClassStrategyLoad as part of endpoint...
2023-09-18  Janek NouvertnéUpdate type annotations for loading options
2023-09-17  Federico CaselliFix typing to ensure that InstrumentedAttribute is...
2023-09-17  Mike Bayerconsider _ClassStrategyLoad as part of endpoint path
2023-09-16  Huw Jonessql/sqltypes/Enum: explicitly document values_callable...
2023-09-16  Federico Caselliupdate PR template
2023-09-16  Markus HauruFix the type annotation of MetaData.reflect's argument...
2023-09-15  mike bayerMerge "Add support for SQL string aggregation function...
2023-09-14  Joshua MorrisAdd support for SQL string aggregation function aggrega...
2023-09-14  mike bayerMerge "qualify hashlib.md5() with usedforsecurity=False...
2023-09-14  mike bayerMerge "Improve the GUID typedecorator example" into...
2023-09-14  mike bayerMerge "remove unused type ignores" into main
2023-09-14  mike bayerMerge "allow any key for naming_convention dict, typing...
2023-09-12  Federico CaselliFix Existing.select_from type definition
2023-09-12  Federico Caselliremove unused type ignores
2023-09-12  Mike Bayerqualify hashlib.md5() with usedforsecurity=False
2023-09-12  dependabot... Bump docker/setup-qemu-action from 2 to 3 (#10343)
2023-09-12  Federico CaselliImprove the GUID typedecorator example
2023-09-12  Mike Bayerallow any key for naming_convention dict, typing is...
2023-09-10  Marat Idrisovadd row order after grouping (#10333)
2023-09-08  Federico Casellimore covariant typing tests
2023-09-08  mike bayerMerge "Clarify what float are compiled to" into main
2023-09-08  mike bayerMerge "ensure all modules are importable without pytest...
2023-09-07  Mike Bayerremove ancient engine.execute() reference from main...
2023-09-07  Mike Bayerensure all modules are importable without pytest harnesses
2023-09-07  Daniel ThorneAdd return type annotation to `configure_mappers` ...
2023-09-07  Federico CaselliClarify what float are compiled to
2023-09-06  Gord ThompsonFix async ORM example
2023-09-05  mike bayerMerge "Make `Mapped` covariant" into main
2023-09-04  dependabot... Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 (#10215)
2023-09-04  dependabot... Bump actions/checkout from 3 to 4 (#10311)
2023-09-03  reneFixed typo: `extend` -> `extent` (#10304)
2023-09-03  mike bayerMerge "simplify oracle enterprise check and update...
2023-08-30  mike bayerMerge "automatically create proxy col for already-used...
2023-08-30  RomeoDespresMake `Mapped` covariant
2023-08-30  suraj shawsimplify oracle enterprise check and update test_reflec...
2023-08-29  Mike Bayerautomatically create proxy col for already-used col...
2023-08-27  Mike Bayeradd explicit support for aliased ORM models in UPDATE...
2023-08-23  Eugene ToderAllow using Enum with length=None
2023-08-22  mike bayerMerge "Fix type hint of `key` on `Visitable.__class_get...
2023-08-22  Jordan MacdonaldFix type hint of `key` on `Visitable.__class_getitem__()`
2023-08-21  Mike Bayeradjust concat precedence to match that of string comparison
2023-08-18  mike bayerMerge "place asyncpg do_ping within a transaction if...
2023-08-18  Mike Bayerplace asyncpg do_ping within a transaction if one not...
2023-08-17  mike bayerMerge "Fix rendering of order in sequences and identity...
2023-08-17  Federico CaselliFix rendering of order in sequences and identity columns.
2023-08-17  Sebastian Bayergeneralize pydantic version warning 10249/head
2023-08-15  Mike BayerVersion 2.0.21 placeholder
2023-08-15  Mike Bayer- 2.0.20 rel_2_0_20
2023-08-15  Mike Bayerlimit drivers for memusage target
2023-08-15  Mike Bayerfix test case for SQL server
2023-08-15  Federico Caselliadd nullable construct to better type outer joins
2023-08-14  mike bayerMerge "propagate regular execution_options to secondary...
2023-08-14  Mike Bayerpropagate regular execution_options to secondary eager...
2023-08-14  Mike Bayerupdate CI supported DB versions
2023-08-14  mike bayerMerge "restore slotscheck, skipping mypy extension...
2023-08-14  Mike Bayerdon't encourage "reader/writer" engines in one session
2023-08-14  Mike Bayerrestore slotscheck, skipping mypy extension
2023-08-13  Mike Bayerdisable slotscheck pending core dump issue
2023-08-11  Mike Bayersafe annotate QueryableAttribute inside of join() condition
2023-08-11  Mike Bayerupdate slotscheck
2023-08-10  mike bayerMerge "implement custom setstate to work around implici...
2023-08-10  Federico Casellire-add aiomysql to the ci, remove unmaintained note
2023-08-10  Mike Bayerimplement custom setstate to work around implicit type...
2023-08-10  Mike Bayerupdate for mypy 1.5
2023-08-10  mike bayerMerge "Fix type annotation of schema.MetaData.naming_co...
2023-08-09  mike bayerMerge "Add where criteria example to selected_columns...
2023-08-09  mike bayerMerge "Fix annotations" into main
2023-08-09  Federico CaselliAdd where criteria example to selected_columns attribute
2023-08-09  Mehdi GmiraFix annotations
2023-08-08  Federico CaselliFix type annotation of schema.MetaData.naming_convention
2023-08-08  mike bayerMerge "Modernize Self-Referential example" into main
2023-08-07  Mike Bayerimplement RETURNING * for ORM DML
2023-08-05  Federico CaselliModernize Self-Referential example
2023-08-04  Gabriel Izoton[docs] Typo: Update session_transaction.rst (#10185)
2023-08-04  mike bayerMerge "apply correct type to orm connection.execution_o...
2023-08-04  Mike Bayerapply correct type to orm connection.execution_options
2023-08-04  Mike Bayerfix typo
2023-08-03  mike bayerMerge "ensure collection adapter is serialized" into...
next