From 3df762fa46f99f48554ad616b76ea4161219b720 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Fri, 4 Apr 2008 06:55:37 +0000 Subject: [PATCH] Documentation patch for bug 410134: Make Oracle case-insensitive for Bugzilla - Patch by Sam Folk-Williams r=LpSolit git-svn-id: svn://10.0.0.236/trunk@249565 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/docs/en/xml/using.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/docs/en/xml/using.xml b/mozilla/webtools/bugzilla/docs/en/xml/using.xml index 39a7fdb99e5..ba326883e88 100644 --- a/mozilla/webtools/bugzilla/docs/en/xml/using.xml +++ b/mozilla/webtools/bugzilla/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