Sam Minnee ae9ab22a8f FIX: Use DELETE FROM instead of TRUNCATE for clearTable
clearTable is mainly used for clearing data between tests. In this case,
there are very few or zero records, and DELETE FROM is quicker than
TRUNCATE, which works by deleting and recreating the table.

This materially speeds up test execution, at least on MySQL.
2018-10-03 13:19:31 +13:00
..
2018-01-30 16:50:32 +00:00
2015-08-24 16:15:38 +12:00
2014-08-01 18:17:51 +12:00