Force case-sensitivity on the LIKE operator, to ensure similar behaviour
authorbtongminh <bryan.tongminh@gmail.com>
Mon, 24 Dec 2012 20:10:22 +0000 (21:10 +0100)
committerbtongminh <bryan.tongminh@gmail.com>
Mon, 24 Dec 2012 20:10:22 +0000 (21:10 +0100)
commit3300e5870ca43636e1da34e2aced68ebb148bc6a
treeef45a94ade2d21ec50d59da6e564702fb135e6f2
parent24584cab86134d8e7c4bc81657bffbb100a001da
Force case-sensitivity on the LIKE operator, to ensure similar behaviour
between MySQL and SQLite

Change-Id: Idf2d90fe3df07364657abb6070f6eac59add1306
includes/db/DatabaseSqlite.php
tests/phpunit/includes/db/DatabaseSqliteTest.php