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-10-03 13:19:31 +13:00
2018-06-06 23:26:07 +12:00
2017-03-03 14:11:53 +13:00
2017-01-27 07:51:42 +13:00
2018-02-09 19:27:11 +00:00
2015-09-15 13:18:47 +12:00
2017-05-29 00:10:32 +01:00
2015-08-24 11:26:25 +12:00
2016-10-30 12:04:07 +00:00
2014-08-19 09:17:15 +12:00
2018-06-28 11:07:20 +01:00
2014-08-19 09:17:15 +12:00
2018-02-05 16:53:15 +13:00
2016-09-15 09:15:19 +12:00
2014-07-30 11:07:01 +12:00
2014-08-19 09:17:15 +12:00
2017-06-15 12:06:30 +01:00
2014-08-19 09:17:15 +12:00
2018-06-19 11:06:13 +12:00
2014-03-05 15:48:55 +13:00
2015-10-06 12:40:24 +13:00
2017-09-29 09:33:55 +13:00
2014-07-30 11:07:01 +12:00
2015-06-02 19:13:38 +12:00
2017-01-13 15:03:47 +11:00
2018-03-14 13:53:37 +00:00
2016-10-27 16:14:01 +01:00
2014-08-19 09:17:15 +12:00
2016-08-19 10:37:58 +01:00
2014-07-30 11:07:01 +12:00
2018-01-30 16:50:32 +00:00
2018-02-09 19:27:11 +00:00
2018-01-30 16:50:32 +00:00
2014-08-19 09:17:15 +12:00
2018-01-30 16:50:32 +00:00
2018-06-13 13:45:00 +12:00
2018-05-08 10:04:44 +12:00
2018-05-08 10:04:44 +12:00