summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-04-04 13:48:24 +0200
committerlpsolit%gmail.com <>2008-04-04 13:48:24 +0200
commitcd36eab56c313a2521075d7efa5f22ba761d701d (patch)
tree821bb2d5f3782e9ff5c358333ea9edef162cf65d /docs
parent1123c7f43a886b1625a8cb10d1f124633b28f6fc (diff)
downloadbugzilla-cd36eab56c313a2521075d7efa5f22ba761d701d.tar.gz
bugzilla-cd36eab56c313a2521075d7efa5f22ba761d701d.tar.xz
Documentation patch for bug 410134: Make Oracle case-insensitive for Bugzilla - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/using.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml
index 39a7fdb99..ba326883e 100644
--- a/docs/en/xml/using.xml
+++ b/docs/en/xml/using.xml
@@ -572,7 +572,15 @@
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>