silverstripe-sqlite3/code
Ingo Schommer 36f15a52b4 BUG Using GLOB for case sensitive matches in SQLite3
As opposed to LIKE, the GLOB operator is case sensitive by default
in SQlite3. It uses "*" instead of "%" for wildcards,
which necessitated a new SearchFilter->getWildcard() method.

SQlite3 doesn't support per-term modifiers,
COLLATE BINARY LIKE is case insensitive by default
unless the field collation is set up accordingly.
There's connection-level modifiers (PRAGMA case_sensitive_like = true),
but that would affect all comparisators in the executed query.
2012-12-11 01:43:37 +01:00
..
SQLite3Database.php BUG Using GLOB for case sensitive matches in SQLite3 2012-12-11 01:43:37 +01:00
SQLiteDatabaseConfigurationHelper.php MINOR Remove useless comment about another database 2012-06-12 14:41:18 +12:00
SQLitePDODatabase.php MINOR: use framework to replace sapphire for inline document. 2012-07-16 14:53:17 +12:00