From cd36eab56c313a2521075d7efa5f22ba761d701d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 4 Apr 2008 11:48:24 +0000 Subject: [PATCH] Documentation patch for bug 410134: Make Oracle case-insensitive for Bugzilla - Patch by Sam Folk-Williams r=LpSolit --- docs/en/xml/using.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.47.2