From: lpsolit%gmail.com <> Date: Fri, 4 Apr 2008 11:48:24 +0000 (+0000) Subject: Documentation patch for bug 410134: Make Oracle case-insensitive for Bugzilla - Patch... X-Git-Tag: bugzilla-3.1.4~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd36eab56c313a2521075d7efa5f22ba761d701d;p=thirdparty%2Fbugzilla.git Documentation patch for bug 410134: Make Oracle case-insensitive for Bugzilla - Patch by Sam Folk-Williams r=LpSolit --- diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml index 39a7fdb99e..ba326883e8 100644 --- a/docs/en/xml/using.xml +++ b/docs/en/xml/using.xml @@ -572,7 +572,15 @@ link which details how to use it. - +
+ Case Sensitivity in Searches + + Bugzilla queries are case-insensitive and accent-insensitive, when + used with either MySQL or Oracle databases. When using Bugzilla with + PostgreSQL, however, some queries are case-sensitive. This is due to + the way PostgreSQL handles case and accent sensitivity. + +
Bug Lists