]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Documentation patch for bug 410134: Make Oracle case-insensitive for Bugzilla - Patch...
authorlpsolit%gmail.com <>
Fri, 4 Apr 2008 11:48:24 +0000 (11:48 +0000)
committerlpsolit%gmail.com <>
Fri, 4 Apr 2008 11:48:24 +0000 (11:48 +0000)
docs/en/xml/using.xml

index 39a7fdb99e5ce44bec9a28274b5f6ce34272c3a2..ba326883e8868333de597a05c48762421108ba79 100644 (file)
         link which details how to use it.
       </para>
     </section>
-
+    <section id="casesensitivity">
+      <title>Case Sensitivity in Searches</title>
+      <para>
+      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. 
+      </para>
+    </section>
     <section id="list">
       <title>Bug Lists</title>