From 993f0b3529d4c708fcbaa3fc8efcdeee9e1775d5 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Wed, 20 Apr 2005 06:44:03 +0000 Subject: Bug 284599: Use of REGEXP search is not consistent wrt case sensitivity Patch By Tomas Kopal r=mkanat, a=justdave --- Bugzilla/DB.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Bugzilla/DB.pm') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 7e45e56e4..f1747b39d 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -1199,7 +1199,8 @@ formatted SQL command have prefix C. All other methods have prefix C. =item C Description: Outputs SQL regular expression operator for POSIX regex - searches in format suitable for a given database. + searches (case insensitive) in format suitable for a given + database. Abstract method, should be overriden by database specific code. Params: none Returns: formatted SQL for regular expression search (e.g. REGEXP) @@ -1208,7 +1209,8 @@ formatted SQL command have prefix C. All other methods have prefix C. =item C Description: Outputs SQL regular expression operator for negative POSIX - regex searches in format suitable for a given database. + regex searches (case insensitive) in format suitable for a given + database. Abstract method, should be overriden by database specific code. Params: none Returns: formatted SQL for negative regular expression search -- cgit v1.2.3-24-g4f1b