2024-03-07 |
Ethan Langevin | Fixes: #11112 - Make instrumented attribute covariant... 11113/head |
commit | commitdiff | tree |
2024-03-05 |
Michael Bayer | Merge "accommodate False conditions for unique / index... |
commit | commitdiff | tree |
2024-03-05 |
oleg | Inline _get_bind_args method. |
commit | commitdiff | tree |
2024-03-04 |
Mike Bayer | accommodate False conditions for unique / index merge |
commit | commitdiff | tree |
2024-03-04 |
Mike Bayer | cherry-pick changelog update for 2.0.29 11094/head |
commit | commitdiff | tree |
2024-03-04 |
Mike Bayer | cherry-pick changelog from 2.0.28 |
commit | commitdiff | tree |
2024-03-04 |
Mike Bayer | cherry-pick changelog update for 1.4.53 |
commit | commitdiff | tree |
2024-03-04 |
Mike Bayer | cherry-pick changelog from 1.4.52 |
commit | commitdiff | tree |
2024-03-04 |
Michael Bayer | Merge "Add support for preserve_rowcount execution_opti... |
commit | commitdiff | tree |
2024-03-04 |
Michael Bayer | Merge "adjust bound parameters within cache key only... |
commit | commitdiff | tree |
2024-03-04 |
Mike Bayer | support pytest 8.1 |
commit | commitdiff | tree |
2024-03-03 |
Mike Bayer | adjust bound parameters within cache key only, dont... |
commit | commitdiff | tree |
2024-03-03 |
Federico Caselli | Add support for preserve_rowcount execution_option |
commit | commitdiff | tree |
2024-02-29 |
Mike Bayer | add 1.4 changelog for #10365 |
commit | commitdiff | tree |
2024-02-26 |
Federico Caselli | fix typos in docs |
commit | commitdiff | tree |
2024-02-26 |
Federico Caselli | fix issue in asincio doc example |
commit | commitdiff | tree |
2024-02-22 |
Sfurti-yb | Added YugabyteDB dialect to the documentation (#11047) |
commit | commitdiff | tree |
2024-02-21 |
layday | Replace non-standard Python plat env marker (#11035) |
commit | commitdiff | tree |
2024-02-21 |
James Braza | Documenting multiprocessing and events (#10831) |
commit | commitdiff | tree |
2024-02-21 |
Michael Bayer | Merge "implement native uuid for mariadb >= 10.7" into... |
commit | commitdiff | tree |
2024-02-20 |
Michael Bayer | Merge "raise for asyncio-incompatible pool classes... |
commit | commitdiff | tree |
2024-02-17 |
Volodymyr Kochetkov | implement native uuid for mariadb >= 10.7 |
commit | commitdiff | tree |
2024-02-16 |
Zhong Zheng | Fix mysql dialect text docstring, length is interpreted... |
commit | commitdiff | tree |
2024-02-16 |
Lele Gaifax | Fix typos in 2.1's migration notes (#10992) |
commit | commitdiff | tree |
2024-02-16 |
Michael Habiger | Update Actian entry in External Dialects table (#11014) |
commit | commitdiff | tree |
2024-02-16 |
Mike Bayer | raise for asyncio-incompatible pool classes |
commit | commitdiff | tree |
2024-02-15 |
Michael Bayer | Merge "ensure secondary cols not excluded from adaption... |
commit | commitdiff | tree |
2024-02-14 |
Federico Caselli | clarify example in orm tutorial |
commit | commitdiff | tree |
2024-02-14 |
Mike Bayer | ensure secondary cols not excluded from adaption |
commit | commitdiff | tree |
2024-02-13 |
Mike Bayer | cherry-pick changelog update for 2.0.28 |
commit | commitdiff | tree |
2024-02-13 |
Mike Bayer | cherry-pick changelog from 2.0.27 |
commit | commitdiff | tree |
2024-02-13 |
Mike Bayer | use correct exception for terminate catch + test |
commit | commitdiff | tree |
2024-02-11 |
Mike Bayer | cherry-pick changelog update for 2.0.27 |
commit | commitdiff | tree |
2024-02-11 |
Mike Bayer | cherry-pick changelog from 2.0.26 |
commit | commitdiff | tree |
2024-02-11 |
Mike Bayer | fix changelog messages |
commit | commitdiff | tree |
2024-02-08 |
Mike Bayer | handle case where neither side has a cache key |
commit | commitdiff | tree |
2024-02-07 |
Federico Caselli | Merge "Fix typing generics in PostgreSQL range types... |
commit | commitdiff | tree |
2024-02-07 |
Siloé Garcez | Fixed typo on ordered_values example. (#10984) |
commit | commitdiff | tree |
2024-02-07 |
Jim Bosch | Fix typing generics in PostgreSQL range types. |
commit | commitdiff | tree |
2024-02-07 |
Michael Bayer | Merge "include cls locals in annotation evaluate" into... |
commit | commitdiff | tree |
2024-02-07 |
Michael Bayer | Merge "remove unnecessary string concat in same line... |
commit | commitdiff | tree |
2024-02-07 |
Michael Bayer | Merge "remove unneeded constructors for Unicode, Unicod... |
commit | commitdiff | tree |
2024-02-06 |
Mike Bayer | restore uuid_data_type as closed at top level |
commit | commitdiff | tree |
2024-02-06 |
Mike Bayer | remove unneeded constructors for Unicode, UnicodeText |
commit | commitdiff | tree |
2024-02-06 |
Federico Caselli | remove unnecessary string concat in same line |
commit | commitdiff | tree |
2024-02-06 |
whysage | Fix mariadb run tests doc (#10848) |
commit | commitdiff | tree |
2024-02-06 |
Umer Zia | Improve formatting of data_select.rst (#10931) |
commit | commitdiff | tree |
2024-02-06 |
Artem Smirnov | Add bullets (#10973) |
commit | commitdiff | tree |
2024-02-06 |
dependabot... | Bump pypa/cibuildwheel from 2.16.2 to 2.16.5 (#10947) |
commit | commitdiff | tree |
2024-02-06 |
Federico Caselli | update .git-blame-ignore-revs to exclude black update... |
commit | commitdiff | tree |
2024-02-06 |
Mike Bayer | include cls locals in annotation evaluate |
commit | commitdiff | tree |
2024-02-06 |
Michael Bayer | Merge "add additional IMV UUID tests, fix pymssql case... |
commit | commitdiff | tree |
2024-02-05 |
Michael Bayer | Merge "Update black to 24.1.1" into main |
commit | commitdiff | tree |
2024-02-05 |
Mike Bayer | add additional IMV UUID tests, fix pymssql case |
commit | commitdiff | tree |
2024-02-05 |
Mike Bayer | run postfetch_post_update for version_id_col even if... |
commit | commitdiff | tree |
2024-01-31 |
Federico Caselli | Update black to 24.1.1 |
commit | commitdiff | tree |
2024-01-30 |
Michael Bayer | Merge "Support PEP-621 and PEP-685" into main |
commit | commitdiff | tree |
2024-01-29 |
Federico Caselli | Export array module from postgresql |
commit | commitdiff | tree |
2024-01-27 |
Michael Bayer | Merge "suffix index names with "_history" just like... |
commit | commitdiff | tree |
2024-01-26 |
Mike Bayer | re-establish section on why __init__ not called on... |
commit | commitdiff | tree |
2024-01-25 |
Eugene Toder | Fix typo in a docstring (#10925) |
commit | commitdiff | tree |
2024-01-25 |
KOLANICH | Support PEP-621 and PEP-685 |
commit | commitdiff | tree |
2024-01-24 |
Michael Bayer | Merge "Add PEP 646 integration" into main |
commit | commitdiff | tree |
2024-01-24 |
Michael Bayer | Merge "Support specifying access method when creating... |
commit | commitdiff | tree |
2024-01-24 |
Michael Bayer | Merge "Correct type hint for FunctionElement.table_valu... |
commit | commitdiff | tree |
2024-01-23 |
Mike Bayer | suffix index names with "_history" just like tables |
commit | commitdiff | tree |
2024-01-23 |
Jeff Balogh | fix a docs typo (#10912) |
commit | commitdiff | tree |
2024-01-23 |
Gord Thompson | Update cascades.rst (#10918) |
commit | commitdiff | tree |
2024-01-23 |
Georg Wicke... | Parse NOT NULL for MySQL generated columns |
commit | commitdiff | tree |
2024-01-22 |
Yurii Karabas | Add PEP 646 integration |
commit | commitdiff | tree |
2024-01-22 |
Edgar Ramírez... | Support specifying access method when creating Postgres... |
commit | commitdiff | tree |
2024-01-20 |
Federico Caselli | use sequence instead of list in result docs |
commit | commitdiff | tree |
2024-01-19 |
Michael Bayer | Merge "remove loader depth warning, replace with loggin... |
commit | commitdiff | tree |
2024-01-18 |
Mike Bayer | remove loader depth warning, replace with logging message |
commit | commitdiff | tree |
2024-01-18 |
Federico Caselli | Merge "Oracle default arraysize is now set by the drive... |
commit | commitdiff | tree |
2024-01-17 |
Federico Caselli | Oracle default arraysize is now set by the driver |
commit | commitdiff | tree |
2024-01-17 |
Michael Bayer | Merge "use ensure_closed() for async close, close(... |
commit | commitdiff | tree |
2024-01-17 |
Michael Bayer | Merge "allow callable for relationship.back_populates... |
commit | commitdiff | tree |
2024-01-17 |
Priyanshu Parikh | allow callable for relationship.back_populates |
commit | commitdiff | tree |
2024-01-17 |
Gord Thompson | use ensure_closed() for async close, close() for terminate |
commit | commitdiff | tree |
2024-01-16 |
Martijn Pieters | Correct type hint for FunctionElement.table_valued() |
commit | commitdiff | tree |
2024-01-15 |
David Evans | Fix type of CASE expressions which include NULLs |
commit | commitdiff | tree |
2024-01-13 |
Michael Bayer | Merge "add Identity() for remaining examples" into... |
commit | commitdiff | tree |
2024-01-12 |
Mike Bayer | add Identity() for remaining examples |
commit | commitdiff | tree |
2024-01-11 |
Michael Bayer | Merge "Support reflecting no inherit check constraint... |
commit | commitdiff | tree |
2024-01-11 |
Ellis Valentiner | Support reflecting no inherit check constraint in pg. |
commit | commitdiff | tree |
2024-01-11 |
Michael Bayer | Merge "remove unnecessary execution_options.merge_with... |
commit | commitdiff | tree |
2024-01-11 |
Mike Bayer | catch OSError (base of ConnectionError) and asyncpg... |
commit | commitdiff | tree |
2024-01-10 |
Federico Caselli | remove unnecessary execution_options.merge_with in... |
commit | commitdiff | tree |
2024-01-09 |
Mike Bayer | Add note that password parameter is not to be url encoded |
commit | commitdiff | tree |
2024-01-08 |
Xiaokui Shu | fix code typo in doc:faq:sqlexpressions on `in_()`... |
commit | commitdiff | tree |
2024-01-08 |
Mateusz Bączek | Fix typo in 'Mapping Table Columns' documentation ... |
commit | commitdiff | tree |
2024-01-08 |
Mike Bayer | DBAPIConnection can be None for checkin event |
commit | commitdiff | tree |
2024-01-03 |
Mike Bayer | cherry-pick changelog update for 2.0.26 |
commit | commitdiff | tree |
2024-01-03 |
Mike Bayer | cherry-pick changelog from 2.0.25 |
commit | commitdiff | tree |
2024-01-03 |
Mike Bayer | changelog fixes |
commit | commitdiff | tree |
2024-01-03 |
Mike Bayer | cherry-pick changelog update for 1.4.52 |
commit | commitdiff | tree |
2024-01-03 |
Mike Bayer | cherry-pick changelog from 1.4.51 |
commit | commitdiff | tree |
2024-01-03 |
Mike Bayer | happy new year, continued |
commit | commitdiff | tree |
2024-01-03 |
Michael Bayer | Merge "allow literals for function arguments" into... |
commit | commitdiff | tree |
next |