| 2023-11-08 |  Sebastián Ramírez | Fix syntax typo in doc/build/tutorial/data_select.rst... | commit | commitdiff | tree | snapshot | 
| 2023-11-08 |  Mike Bayer | remove . in sys.path | commit | commitdiff | tree | snapshot | 
| 2023-11-06 |  Mike Bayer | move to rel_2_0 | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  Sebastián Ramírez | Fix link to change_4639in `doc/build/changelog/migratio... | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  Sebastián Ramírez | Fix link to `/orm/queryguide/index` in `doc/build/chang... | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  Mike Bayer | repair new ORM test for Oracle, SQL Server | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  Mike Bayer | Version 2.0.24 placeholder | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  Mike Bayer | - 2.0.23  rel_2_0_23 | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  Mike Bayer | implement render_nulls for new style bulk ORM INSERT | commit | commitdiff | tree | snapshot | 
| 2023-10-31 |  Mike Bayer | use _extra_criteria to store with_expression() expression | commit | commitdiff | tree | snapshot | 
| 2023-10-31 |  Mike Bayer | add note that secondary string is Python eval re: ident... | commit | commitdiff | tree | snapshot | 
| 2023-10-29 |  Mike Bayer | cherry-pick changelog update for 1.4.51 | commit | commitdiff | tree | snapshot | 
| 2023-10-29 |  Mike Bayer | cherry-pick changelog from 1.4.50 | commit | commitdiff | tree | snapshot | 
| 2023-10-29 |  Mike Bayer | changelog updates | commit | commitdiff | tree | snapshot | 
| 2023-10-28 |  Sören Oldag | Add bind casts for BIT on asyncpg | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  Mike Bayer | add precision interval test | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  Mike Bayer | remove type check decorators | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  mike bayer | Merge "use oracle.INTERVAL for generic interval" into... | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  mike bayer | Merge "add literal_processors for interval, PG and... | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  mike bayer | Merge "accommodate NULL at the compiler level for liter... | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  mike bayer | Merge "Document workaround for aiosqlite savepoints... | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  indivar | add literal_processors for interval, PG and Oracle | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  Mike Bayer | accommodate NULL at the compiler level for literal_render | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  mike bayer | Merge "move BYTEA test to PG suite" into main | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  Vlastimil Zíma | Document workaround for aiosqlite savepoints | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  mike bayer | Merge "Fix --dbs test option" into main | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  indivar | use oracle.INTERVAL for generic interval | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  Mike Bayer | move BYTEA test to PG suite | commit | commitdiff | tree | snapshot | 
| 2023-10-23 |  mike bayer | Merge "Fix identity column reflection failure" into... | commit | commitdiff | tree | snapshot | 
| 2023-10-23 |  mike bayer | Merge "run declarative scan for non-mapped annotated... | commit | commitdiff | tree | snapshot | 
| 2023-10-22 |  Federico Caselli | Fix --dbs test option | commit | commitdiff | tree | snapshot | 
| 2023-10-20 |  Gord Thompson | Fix identity column reflection failure | commit | commitdiff | tree | snapshot | 
| 2023-10-20 |  mike bayer | Merge "Remove compare_against_backend" into main | commit | commitdiff | tree | snapshot | 
| 2023-10-20 |  Mike Bayer | run declarative scan for non-mapped annotated if allow_... | commit | commitdiff | tree | snapshot | 
| 2023-10-20 |  mike bayer | Merge "dont write dupe idents w different drivers in... | commit | commitdiff | tree | snapshot | 
| 2023-10-20 |  mike bayer | Merge "manufacture empty result for DELETE..RETURNING... | commit | commitdiff | tree | snapshot | 
| 2023-10-20 |  Mike Bayer | dont write dupe idents w different drivers in the ident... | commit | commitdiff | tree | snapshot | 
| 2023-10-20 |  mike bayer | Merge "dont mis-render value from previous loop iterati... | commit | commitdiff | tree | snapshot | 
| 2023-10-20 |  mike bayer | Merge "revise argument to mysqlclient/pymysql ping... | commit | commitdiff | tree | snapshot | 
| 2023-10-19 |  mike bayer | Merge "add aioodbc support for SQL Server" into main | commit | commitdiff | tree | snapshot | 
| 2023-10-19 |  Federico Caselli | Merge "fix AsyncSession.close_all()" into main | commit | commitdiff | tree | snapshot | 
| 2023-10-19 |  AmirSoroush | Doc: Update doc/build/tutorial/data_select.rst (#10506) | commit | commitdiff | tree | snapshot | 
| 2023-10-19 |  Mike Bayer | manufacture empty result for DELETE..RETURNING w/ no... | commit | commitdiff | tree | snapshot | 
| 2023-10-19 |  Mike Bayer | dont mis-render value from previous loop iteration | commit | commitdiff | tree | snapshot | 
| 2023-10-19 |  Mike Bayer | revise argument to mysqlclient/pymysql ping | commit | commitdiff | tree | snapshot | 
| 2023-10-18 |  Bryan不可思议 | fix AsyncSession.close_all() | commit | commitdiff | tree | snapshot | 
| 2023-10-18 |  Federico Caselli | Remove compare_against_backend | commit | commitdiff | tree | snapshot | 
| 2023-10-17 |  mike bayer | Merge "fix(#10056): keep nullable as true for mariadb... | commit | commitdiff | tree | snapshot | 
| 2023-10-16 |  indivar | fix(#10056): keep nullable as true for mariadb generate... | commit | commitdiff | tree | snapshot | 
| 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-14 |  Mike Bayer | add aioodbc support for SQL Server | 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 | 
| next |