Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -2/+2 |
* | Deprecate empty or_() and and_() | Federico Caselli | 2020-01-25 | 1 | -6/+9 |
* | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -3/+6 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -19/+16 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -137/+193 |
* | Move CRUDTest, InlineDefaultTest from test_compiler | Mike Bayer | 2018-12-01 | 1 | -0/+10 |
* | Include UPDATE/DELETE extra_froms in correlation | Mike Bayer | 2018-08-04 | 1 | -2/+74 |
* | Allow delete where clause to refer multiple tables. | inytar | 2017-12-05 | 1 | -2/+143 |
* | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -19/+22 |
* | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` | Mike Bayer | 2014-05-08 | 1 | -1/+13 |
* | fixing tests for --db=mysql: VARCHAR requires a length on dialect mysql | Diana Clarke | 2013-03-30 | 1 | -3/+3 |
* | move the delete tests from CRUDTest into sql/test_delete.py (see #2630) | Diana Clarke | 2013-03-29 | 1 | -0/+86 |