summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Improve v2 documentationFederico Caselli2022-12-143-12/+161
| |/ / /
* | | | Fix equality comparison between a PG Range and a different class instanceLele Gaifax2022-12-153-4/+18
| |_|/ |/| |
* | | Merge "warn when backref will replace existing userland descriptor" into mainmike bayer2022-12-145-3/+149
|\ \ \
| * | | warn when backref will replace existing userland descriptorMike Bayer2022-12-145-3/+149
| |/ /
* | | Merge "catch all BaseException in pool and revert failed checkouts" into mainmike bayer2022-12-143-17/+94
|\ \ \ | |/ / |/| |
| * | catch all BaseException in pool and revert failed checkoutsMike Bayer2022-12-133-17/+94
| |/
* | check index_list pragma for number of columns returnedMike Bayer2022-12-134-1/+36
|/
* Type annotations for sqlalchemy.ext.horizontal_shardGleb Kisenkov2022-12-114-53/+210
* add color directivesMike Bayer2022-12-111-6/+9
* adjust for tox changes to passenvMike Bayer2022-12-112-1/+22
* cherry-pick changelog update for 1.4.46Mike Bayer2022-12-101-0/+4
* cherry-pick changelog from 1.4.45Mike Bayer2022-12-1013-128/+133
* look out for extras=None in freezeMike Bayer2022-12-093-1/+55
* fix typoMike Bayer2022-12-091-1/+1
* Merge "Better syncronize async result docs with plain ones." into mainmike bayer2022-12-097-284/+272
|\
| * Better syncronize async result docs with plain ones.Federico Caselli2022-12-097-284/+272
* | Specify view columns in HasTableTestGord Thompson2022-12-091-4/+7
|/
* fix construct_params() for render_postcompile; add new APIMike Bayer2022-12-085-83/+576
* Merge "disable polymorphic adaption in most cases" into mainmike bayer2022-12-089-75/+508
|\
| * disable polymorphic adaption in most casesMike Bayer2022-12-079-75/+508
* | Oracle COLUMN_VALUE is a column name, not a keywordMike Bayer2022-12-076-14/+58
|/
* move more Session weakref tests to test_memusageMike Bayer2022-12-072-161/+169
* sort materialize view names in testMike Bayer2022-12-061-1/+1
* take mariadb-connector out of dbapi main jobMike Bayer2022-12-061-1/+2
* Version 2.0.0b5 placeholderMike Bayer2022-12-052-1/+5
* - 2.0.0b4rel_2_0_0b4Mike Bayer2022-12-0525-297/+320
* Merge "Add tests for issue #8168; slight internal adjustments" into mainmike bayer2022-12-054-11/+161
|\
| * Add tests for issue #8168; slight internal adjustmentsMike Bayer2022-12-054-11/+161
* | changelog updatesMike Bayer2022-12-0511-40/+55
* | rename some GitHub actions to use test names as prefix, as introduced in rel_...Jonathan Vanasco2022-12-052-3/+3
* | Merge "Add compatibility properties to Range; implement pep-484" into mainmike bayer2022-12-052-82/+182
|\ \ | |/ |/|
| * Add compatibility properties to Range; implement pep-484Lele Gaifax2022-12-052-82/+182
* | Merge "Rewrite positional handling, test for "numeric"" into mainmike bayer2022-12-0528-348/+989
|\ \
| * | Rewrite positional handling, test for "numeric"Federico Caselli2022-12-0528-348/+989
| |/
* | Type annotations for sqlalchemy.ext.automapGleb Kisenkov2022-12-053-62/+244
|/
* Merge "adjustments for unreliable gc" into mainmike bayer2022-12-055-39/+60
|\
| * adjustments for unreliable gcMike Bayer2022-12-045-39/+60
* | Merge "Fixed an invalid syntax in an except statement" into mainmike bayer2022-12-051-1/+1
|\ \
| * | Fixed an invalid syntax in an except statementwiseaidev2022-12-051-1/+1
| |/
* | Merge "Fix grammar (whatsnew_20.rst)" into mainmike bayer2022-12-051-1/+1
|\ \
| * | Fix grammar (whatsnew_20.rst)Sam Bull2022-12-051-1/+1
| |/
* | doc change - Add new external dialect for openGaussj003562872022-12-051-0/+3
|/
* Merge "disallow same-named columns, unchecked replacement in Table" into mainmike bayer2022-12-0411-73/+419
|\
| * disallow same-named columns, unchecked replacement in TableMike Bayer2022-12-0411-73/+419
* | Merge "Order_by and group_by accept labels" into mainmike bayer2022-12-046-12/+62
|\ \
| * | Order_by and group_by accept labelsFederico Caselli2022-12-036-12/+62
| |/
* | Some test pipeline updatesFederico Caselli2022-12-031-16/+18
|/
* add spaces, leading underscore to oracle checksMike Bayer2022-12-023-7/+76
* add backports for 2.0/ 1.4 changesMike Bayer2022-12-0214-9/+41
* Merge "Fix positional compiling bugs" into mainmike bayer2022-12-0212-97/+572
|\