summaryrefslogtreecommitdiff
path: root/test/sql/test_delete.py
Commit message (Expand)AuthorAgeFilesLines
* - 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