| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` | Mike Bayer | 2014-05-08 | 1 | -1/+13 |
| | | | | | | | | would produce an empty WHERE clause when an empty :func:`.and_()` or :func:`.or_()` or other blank expression were applied. This is now consistent with that of :func:`.select`. fixes #3045 | ||||
| * | 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 |
