summaryrefslogtreecommitdiffstats
path: root/docs/xml
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-01-20 06:24:11 +0100
committerlpsolit%gmail.com <>2008-01-20 06:24:11 +0100
commite4666b62480a4fa2e36493ce0315b76b7b759073 (patch)
tree60d22bbcba1f773ba2c958b1dcd0c0eb08768bdb /docs/xml
parent16ebae3581803febc9ca25c401218cecb9fe2dd2 (diff)
downloadbugzilla-e4666b62480a4fa2e36493ce0315b76b7b759073.tar.gz
bugzilla-e4666b62480a4fa2e36493ce0315b76b7b759073.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/xml')
-rw-r--r--docs/xml/using.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/xml/using.xml b/docs/xml/using.xml
index 39a7fdb99..ba326883e 100644
--- a/docs/xml/using.xml
+++ b/docs/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>