| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix overlapping slots, base classes without slots | Arie Bovenberg | 2022-02-01 | 3 | -0/+10 |
| * | mypy: sqlalchemy.util | Mike Bayer | 2022-01-24 | 3 | -27/+61 |
| * | fix bullet indentation, clarify insert independent of DDL | Mike Bayer | 2022-01-23 | 1 | -8/+12 |
| * | make the autoincrement doc a lot more clear | Mike Bayer | 2022-01-23 | 1 | -37/+112 |
| * | Add new infrastructure to support greater use of __slots__ | Mike Bayer | 2022-01-21 | 5 | -46/+297 |
| * | repair broken truediv test suite; memusage | Mike Bayer | 2022-01-20 | 1 | -1/+7 |
| * | reject methods as lambda SQL callables | Mike Bayer | 2022-01-18 | 1 | -0/+5 |
| * | Merge "track item schema names to identify name collisions w/ default schema"... | mike bayer | 2022-01-14 | 4 | -2/+57 |
| |\ |
|
| | * | track item schema names to identify name collisions w/ default schema | Mike Bayer | 2022-01-14 | 4 | -2/+57 |
| * | | Initial ORM typing layout | Mike Bayer | 2022-01-14 | 7 | -381/+331 |
| * | | initial reorganize for static typing | Mike Bayer | 2022-01-12 | 17 | -2756/+3889 |
| |/ |
|
| * | Merge "remove internal use of metaclasses" into main | mike bayer | 2022-01-11 | 14 | -940/+988 |
| |\ |
|
| | * | remove internal use of metaclasses | Mike Bayer | 2022-01-11 | 14 | -940/+988 |
| * | | Merge "implement second-level type resolution for literals" into main | mike bayer | 2022-01-11 | 2 | -1/+28 |
| |\ \
| |/
|/| |
|
| | * | implement second-level type resolution for literals | Mike Bayer | 2022-01-11 | 2 | -1/+28 |
| * | | Merge "Fix various source comment/doc typos" into main | mike bayer | 2022-01-07 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix various source comment/doc typos | luz paz | 2021-12-29 | 1 | -1/+1 |
| * | | | happy new year 2022 | Mike Bayer | 2022-01-06 | 24 | -24/+24 |
| * | | | Merge "Remove all remaining removed_in_20 warnings slated for removal" into main | mike bayer | 2022-01-06 | 6 | -603/+45 |
| |\ \ \ |
|
| | * | | | Remove all remaining removed_in_20 warnings slated for removal | Mike Bayer | 2022-01-05 | 6 | -603/+45 |
| * | | | | Remove redundant code for EOL Python <= 3.6 | Hugo van Kemenade | 2022-01-06 | 1 | -4/+2 |
| |/ / / |
|
| * | | | Update Black's target-version to py37 | Hugo van Kemenade | 2022-01-05 | 11 | -68/+68 |
| * | | | implement python_impl to custom_op for basic ORM evaluator extensibility | Mike Bayer | 2022-01-04 | 1 | -5/+65 |
| | |/
|/| |
|
| * | | remove 2.0-removed Query elements | Mike Bayer | 2022-01-01 | 3 | -31/+16 |
| * | | Properly type _generative, decorator, public_factory | Federico Caselli | 2021-12-30 | 6 | -63/+218 |
| * | | Merge "remove legacy select patterns" into main | mike bayer | 2021-12-29 | 5 | -451/+32 |
| |\ \ |
|
| | * | | remove legacy select patterns | Mike Bayer | 2021-12-29 | 5 | -451/+32 |
| * | | | replace Variant with direct feature inside of TypeEngine | Mike Bayer | 2021-12-29 | 4 | -109/+103 |
| |/ / |
|
| * | | Replace raise_ with raise from | Federico Caselli | 2021-12-27 | 9 | -207/+130 |
| |/ |
|
| * | Merge "factor out UnboundLoad and rearchitect strategy_options.py" into main | mike bayer | 2021-12-27 | 1 | -2/+4 |
| |\ |
|
| | * | factor out UnboundLoad and rearchitect strategy_options.py | Mike Bayer | 2021-12-27 | 1 | -2/+4 |
| * | | Merge "consider truediv as truediv; support floordiv operator" into main | mike bayer | 2021-12-27 | 4 | -5/+66 |
| |\ \ |
|
| | * | | consider truediv as truediv; support floordiv operator | Mike Bayer | 2021-12-26 | 4 | -5/+66 |
| | |/ |
|
| * | | Merge "implement cython for cache_anon_map, prefix_anon_map" into main | mike bayer | 2021-12-27 | 4 | -58/+77 |
| |\ \
| |/
|/| |
|
| | * | implement cython for cache_anon_map, prefix_anon_map | Mike Bayer | 2021-12-21 | 4 | -58/+77 |
| * | | add recursion check for with_loader_criteria() option | Mike Bayer | 2021-12-22 | 1 | -3/+9 |
| * | | accommodate for "clone" of ColumnClause | Mike Bayer | 2021-12-21 | 3 | -3/+18 |
| |/ |
|
| * | Replace c extension with cython versions.workflow_test_cython | Federico Caselli | 2021-12-17 | 1 | -1/+1 |
| * | Merge "Removals: strings for join(), loader_options()." into main | mike bayer | 2021-12-10 | 1 | -25/+2 |
| |\ |
|
| | * | Removals: strings for join(), loader_options(). | Mike Bayer | 2021-12-08 | 1 | -25/+2 |
| * | | Fix typo in docstring | Lele Gaifax | 2021-12-09 | 1 | -1/+1 |
| |/ |
|
| * | Merge "Warn when caching is disabled / document" into main | mike bayer | 2021-12-07 | 8 | -11/+147 |
| |\ |
|
| | * | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 8 | -11/+147 |
| * | | fix typo in exists documentation | Federico Caselli | 2021-12-05 | 1 | -1/+1 |
| * | | The where method of exists now accepts multiple cluase. | Federico Caselli | 2021-12-04 | 1 | -2/+8 |
| |/ |
|
| * | Removals: MetaData.bind, Table.bind, all other .bind | Mike Bayer | 2021-12-02 | 8 | -595/+52 |
| * | provide connectionfairy on initialize | Mike Bayer | 2021-11-29 | 1 | -1/+5 |
| * | Added support for ``psycopg`` dialect. | Federico Caselli | 2021-11-26 | 1 | -14/+28 |
| * | Merge "propose emulated setinputsizes embedded in the compiler" into main | mike bayer | 2021-11-25 | 2 | -53/+77 |
| |\ |
|
| | * | propose emulated setinputsizes embedded in the compiler | Mike Bayer | 2021-11-23 | 2 | -53/+77 |