summaryrefslogtreecommitdiff
path: root/test/sql/test_delete.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-2/+2
* Deprecate empty or_() and and_()Federico Caselli2020-01-251-6/+9
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-3/+6
* Post black reformattingMike Bayer2019-01-061-19/+16
* Run black -l 79 against all source filesMike Bayer2019-01-061-137/+193
* Move CRUDTest, InlineDefaultTest from test_compilerMike Bayer2018-12-011-0/+10
* Include UPDATE/DELETE extra_froms in correlationMike Bayer2018-08-041-2/+74
* Allow delete where clause to refer multiple tables.inytar2017-12-051-2/+143
* - update the flake8 rules againMike Bayer2014-07-181-19/+22
* - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-081-1/+13
* fixing tests for --db=mysql: VARCHAR requires a length on dialect mysqlDiana Clarke2013-03-301-3/+3
* move the delete tests from CRUDTest into sql/test_delete.py (see #2630)Diana Clarke2013-03-291-0/+86