silverstripe-framework/model/connect
Sam Minnee 3ee8f505b7 MINORE: Remove training whitespace.
The main benefit of this is so that authors who make use of
.editorconfig don't end up with whitespace changes in their PRs.

Spaces vs. tabs has been left alone, although that could do with a
tidy-up in SS4 after the switch to PSR-1/2.

The command used was this:

for match in '*.ss' '*.css' '*.scss' '*.html' '*.yml' '*.php' '*.js' '*.csv' '*.inc' '*.php5'; do
	find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" -exec sed -E -i '' 's/[[:space:]]+$//' {} \+
	find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:15:54 +13:00
..
Database.php Set deprecation level for all changes in 3.x to 4.0 2015-06-19 13:07:41 +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 Typo 2015-09-02 15:51:04 +02:00
MySQLDatabase.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MySQLiConnector.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13: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 BUG Prevent dev/build continually regenerating Number field type 2015-11-11 09:21:50 +13:00
MySQLStatement.php Add missing packages 2015-08-24 16:15:38 +12:00
PDOConnector.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13: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