silverstripe-framework/model/connect
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
..
Database.php showqueries debugging tool now inserts parameters in place (#5885) 2016-09-15 09:15:19 +12:00
DatabaseException.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DBConnector.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DBQueryBuilder.php API Allow parameterised joins / subselects 2014-09-16 17:54:30 +12:00
DBSchemaManager.php NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
MySQLDatabase.php FIX: Use DELETE FROM instead of TRUNCATE for clearTable 2018-10-03 13:19:31 +13:00
MySQLiConnector.php Partial revert of #7665 - overzealous string renames 2018-02-09 19:27:45 +00:00
MySQLQuery.php API Use mysql buffered statements 2015-05-08 13:23:53 +12:00
MySQLQueryBuilder.php NEW: Allow 'null' limit for database queries (closes #3487) 2015-05-04 22:50:33 +01:00
MySQLSchemaManager.php Fix Truncate Error Issue when using views in a Unittest. 2017-08-14 15:22:19 +12:00
MySQLStatement.php Add missing packages 2015-08-24 16:15:38 +12:00
PDOConnector.php Partial revert of #7665 - overzealous string renames 2018-02-09 19:27:45 +00:00
PDOQuery.php BUG Fix PDOConnector issues 2014-08-01 18:17:51 +12:00
Query.php BUG Fix major segfault on PDOConnector after any DDL 2015-06-17 13:34:21 +12:00