]> source.dussan.org Git - nextcloud-server.git/commit
Introduce cross-db ILIKE
authorRobin Appelman <icewind@owncloud.com>
Tue, 9 Sep 2014 11:57:02 +0000 (13:57 +0200)
committerLukas Reschke <lukas@owncloud.com>
Mon, 27 Oct 2014 22:00:49 +0000 (23:00 +0100)
commit9c24dbbac71ad16f0d7c27856e52aa7e22978798
treeb9ef89cdce8caa227163fb77c0adb22a1cb55ccd
parentdbfe5ef28acfc54c4f025b7fa1427113c961f5cf
Introduce cross-db ILIKE

adding ILIKE to AdapterSQLSrv

add test case for ILIKE with wildcard

Make sqlite LIKE case sensitive on default

Implement ILIKE for sqlite

Use ILIKE in cache search

Fix ILIKE without wildcards for oracle
lib/private/db/adaptermysql.php [new file with mode: 0644]
lib/private/db/adapteroci8.php
lib/private/db/adaptersqlite.php
lib/private/db/adaptersqlsrv.php
lib/private/db/connectionfactory.php
lib/private/db/sqlitesessioninit.php [new file with mode: 0644]
lib/private/files/cache/cache.php
tests/lib/db.php