| 2023-10-16 |  Mike Bayer | implement eager_grouping for expression clauselists | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  Jochen Kupperschmidt | Fix `get_one` return value description | commit | commitdiff | tree | snapshot | 
| 2023-10-13 |  mike bayer | Merge "ensure ClassVar succeeds in cleanup_mapped_str_a... | commit | commitdiff | tree | snapshot | 
| 2023-10-13 |  mike bayer | Merge "amend cx_Oracle version checks, setup.cfg to... | commit | commitdiff | tree | snapshot | 
| 2023-10-13 |  Mike Bayer | ensure ClassVar succeeds in cleanup_mapped_str_annotation | commit | commitdiff | tree | snapshot | 
| 2023-10-13 |  Mike Bayer | amend cx_Oracle version checks, setup.cfg to oracle 8 | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  Mike Bayer | Version 2.0.23 placeholder | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  Mike Bayer | - 2.0.22  rel_2_0_22 | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  Mike Bayer | changelog fix | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  Mike Bayer | require python 3.10 or greater for lowercase test | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  mike bayer | Merge "improve detection / errors for unknown hashabili... | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  mike bayer | Merge "Make Values().data input covariant with Sequence... | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  Mike Bayer | improve detection / errors for unknown hashability... | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  mike bayer | Merge "include ORDER BY in subquery that has TOP via... | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  Iuri de Silvio | Make Values().data input covariant with Sequence | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  Mike Bayer | include ORDER BY in subquery that has TOP via FETCH | commit | commitdiff | tree | snapshot | 
| 2023-10-11 |  Mike Bayer | dont enter do_executemany if implicit_returning is... | commit | commitdiff | tree | snapshot | 
| 2023-10-11 |  Mike Bayer | updates for mypy 1.6.0 | commit | commitdiff | tree | snapshot | 
| 2023-10-10 |  mike bayer | Merge "Fix typo in Session.get_one() docs" into main | commit | commitdiff | tree | snapshot | 
| 2023-10-10 |  Mike Bayer | clarify one-to-one double parent behaviors | commit | commitdiff | tree | snapshot | 
| 2023-10-10 |  Jens Troeger | Fix typo in Session.get_one() docs | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  Mike Bayer | provide better detail on declared mixins w/ naming... | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  Iuri de Silvio | repair / test repr() for DDL | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  Federico Caselli | try to clarify defaultload option docs | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  mike bayer | Merge "enable 3.12 wheels / actions" into main | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  Mike Bayer | enable 3.12 wheels / actions | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  Stefanie Molin | Fix typos in pooling docs | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  mike bayer | Merge "check fairy for None in pool cleanup" into main | commit | commitdiff | tree | snapshot | 
| 2023-10-04 |  dependabot... | Bump pypa/cibuildwheel from 2.16.1 to 2.16.2 (#10416) | commit | commitdiff | tree | snapshot | 
| 2023-10-04 |  mike bayer | Merge "Added an option to permanently close sessions... | commit | commitdiff | tree | snapshot | 
| 2023-10-04 |  Mike Bayer | check fairy for None in pool cleanup | commit | commitdiff | tree | snapshot | 
| 2023-10-03 |  mike bayer | Merge "consider indpendent CTE for UPDATE..FROM" into... | commit | commitdiff | tree | snapshot | 
| 2023-10-03 |  Mike Bayer | include WriteOnlyMapped, DynamicMapped in abs import... | commit | commitdiff | tree | snapshot | 
| 2023-10-03 |  Mike Bayer | consider indpendent CTE for UPDATE..FROM | commit | commitdiff | tree | snapshot | 
| 2023-10-02 |  Daniel Krzeminski | Added an option to permanently close sessions. | commit | commitdiff | tree | snapshot | 
| 2023-10-02 |  mike bayer | Merge "Add flake8-unused-arguments to catch unused... | commit | commitdiff | tree | snapshot | 
| 2023-10-01 |  mike bayer | Merge "Add get_one to Session, AsyncSession, scoped... | commit | commitdiff | tree | snapshot | 
| 2023-10-01 |  Carlos Sousa | Add get_one to Session, AsyncSession, scoped, etc | commit | commitdiff | tree | snapshot | 
| 2023-09-30 |  mike bayer | Merge "handle builtins types in annotations with __allo... | commit | commitdiff | tree | snapshot | 
| 2023-09-29 |  Federico Caselli | Add flake8-unused-arguments to catch unused args typos | commit | commitdiff | tree | snapshot | 
| 2023-09-29 |  Mike Bayer | invoke mariadb-connector .rowcount after all statements | commit | commitdiff | tree | snapshot | 
| 2023-09-29 |  Pascal Corpet | handle builtins types in annotations with __allow_unmap... | commit | commitdiff | tree | snapshot | 
| 2023-09-28 |  Federico Caselli | Merge "Type annotations for sqlalchemy.orm.dynamic... | commit | commitdiff | tree | snapshot | 
| 2023-09-28 |  Maksim Latysh | Type annotations for sqlalchemy.orm.dynamic | commit | commitdiff | tree | snapshot | 
| 2023-09-27 |  Mike Bayer | next attempt, try building pyodbc from github rather... | commit | commitdiff | tree | snapshot | 
| 2023-09-27 |  Mike Bayer | back out pymssql for py312 | commit | commitdiff | tree | snapshot | 
| 2023-09-27 |  dependabot... | Bump pypa/cibuildwheel from 2.16.0 to 2.16.1 (#10391) | commit | commitdiff | tree | snapshot | 
| 2023-09-27 |  Mike Bayer | open up py312 for all DBAPIs | commit | commitdiff | tree | snapshot | 
| 2023-09-26 |  mike bayer | Merge "accommodate all mapped_column() parameters in... | commit | commitdiff | tree | snapshot | 
| 2023-09-20 |  Eric Hanchrow | Revise / rewrite sentences that use the phrase "referre... | commit | commitdiff | tree | snapshot | 
| 2023-09-20 |  Mike Bayer | accommodate all mapped_column() parameters in Annotated... | commit | commitdiff | tree | snapshot | 
| 2023-09-20 |  mike bayer | Merge "adjust view definition reflection test for pg16... | commit | commitdiff | tree | snapshot | 
| 2023-09-20 |  dependabot... | Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 (#10371) | commit | commitdiff | tree | snapshot | 
| 2023-09-20 |  Mike Bayer | adjust view definition reflection test for pg16 | commit | commitdiff | tree | snapshot | 
| 2023-09-19 |  Mike Bayer | Ensure loader criteria used for ORM join with expressio... | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  Mike Bayer | Version 2.0.22 placeholder | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  Mike Bayer | - 2.0.21  rel_2_0_21 | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  Mike Bayer | more doc fixes | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  Mike Bayer | doc fixes | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  mike bayer | Merge "Update type annotations for loading options... | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  mike bayer | Merge "parse for parenthesis in referenced tablename... | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  Mike Bayer | parse for parenthesis in referenced tablename, columnname | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  mike bayer | Merge "consider _ClassStrategyLoad as part of endpoint... | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  Janek Nouvertné | Update type annotations for loading options | commit | commitdiff | tree | snapshot | 
| 2023-09-17 |  Federico Caselli | Fix typing to ensure that InstrumentedAttribute is... | commit | commitdiff | tree | snapshot | 
| 2023-09-17 |  Mike Bayer | consider _ClassStrategyLoad as part of endpoint path | commit | commitdiff | tree | snapshot | 
| 2023-09-16 |  Huw Jones | sql/sqltypes/Enum: explicitly document values_callable... | commit | commitdiff | tree | snapshot | 
| 2023-09-16 |  Federico Caselli | update PR template | commit | commitdiff | tree | snapshot | 
| 2023-09-16 |  Markus Hauru | Fix the type annotation of MetaData.reflect's argument... | commit | commitdiff | tree | snapshot | 
| 2023-09-15 |  mike bayer | Merge "Add support for SQL string aggregation function... | commit | commitdiff | tree | snapshot | 
| 2023-09-14 |  Joshua Morris | Add support for SQL string aggregation function aggrega... | commit | commitdiff | tree | snapshot | 
| 2023-09-14 |  mike bayer | Merge "qualify hashlib.md5() with usedforsecurity=False... | commit | commitdiff | tree | snapshot | 
| 2023-09-14 |  mike bayer | Merge "Improve the GUID typedecorator example" into... | commit | commitdiff | tree | snapshot | 
| 2023-09-14 |  mike bayer | Merge "remove unused type ignores" into main | commit | commitdiff | tree | snapshot | 
| 2023-09-14 |  mike bayer | Merge "allow any key for naming_convention dict, typing... | commit | commitdiff | tree | snapshot | 
| 2023-09-12 |  Federico Caselli | Fix Existing.select_from type definition | commit | commitdiff | tree | snapshot | 
| 2023-09-12 |  Federico Caselli | remove unused type ignores | commit | commitdiff | tree | snapshot | 
| 2023-09-12 |  Mike Bayer | qualify hashlib.md5() with usedforsecurity=False | commit | commitdiff | tree | snapshot | 
| 2023-09-12 |  dependabot... | Bump docker/setup-qemu-action from 2 to 3 (#10343) | commit | commitdiff | tree | snapshot | 
| 2023-09-12 |  Federico Caselli | Improve the GUID typedecorator example | commit | commitdiff | tree | snapshot | 
| 2023-09-12 |  Mike Bayer | allow any key for naming_convention dict, typing is... | commit | commitdiff | tree | snapshot | 
| 2023-09-10 |  Marat Idrisov | add row order after grouping (#10333) | commit | commitdiff | tree | snapshot | 
| 2023-09-08 |  Federico Caselli | more covariant typing tests | commit | commitdiff | tree | snapshot | 
| 2023-09-08 |  mike bayer | Merge "Clarify what float are compiled to" into main | commit | commitdiff | tree | snapshot | 
| 2023-09-08 |  mike bayer | Merge "ensure all modules are importable without pytest... | commit | commitdiff | tree | snapshot | 
| 2023-09-07 |  Mike Bayer | remove ancient engine.execute() reference from main... | commit | commitdiff | tree | snapshot | 
| 2023-09-07 |  Mike Bayer | ensure all modules are importable without pytest harnesses | commit | commitdiff | tree | snapshot | 
| 2023-09-07 |  Daniel Thorne | Add return type annotation to `configure_mappers` ... | commit | commitdiff | tree | snapshot | 
| 2023-09-07 |  Federico Caselli | Clarify what float are compiled to | commit | commitdiff | tree | snapshot | 
| 2023-09-06 |  Gord Thompson | Fix async ORM example | commit | commitdiff | tree | snapshot | 
| 2023-09-05 |  mike bayer | Merge "Make `Mapped` covariant" into main | commit | commitdiff | tree | snapshot | 
| 2023-09-04 |  dependabot... | Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 (#10215) | commit | commitdiff | tree | snapshot | 
| 2023-09-04 |  dependabot... | Bump actions/checkout from 3 to 4 (#10311) | commit | commitdiff | tree | snapshot | 
| 2023-09-03 |  rene | Fixed typo: `extend` -> `extent` (#10304) | commit | commitdiff | tree | snapshot | 
| 2023-09-03 |  mike bayer | Merge "simplify oracle enterprise check and update... | commit | commitdiff | tree | snapshot | 
| 2023-08-30 |  mike bayer | Merge "automatically create proxy col for already-used... | commit | commitdiff | tree | snapshot | 
| 2023-08-30 |  RomeoDespres | Make `Mapped` covariant | commit | commitdiff | tree | snapshot | 
| 2023-08-30 |  suraj shaw | simplify oracle enterprise check and update test_reflec... | commit | commitdiff | tree | snapshot | 
| 2023-08-29 |  Mike Bayer | automatically create proxy col for already-used col... | commit | commitdiff | tree | snapshot | 
| 2023-08-27 |  Mike Bayer | add explicit support for aliased ORM models in UPDATE... | commit | commitdiff | tree | snapshot | 
| next |