diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:48:24 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:48:24 +0200 |
commit | cd36eab56c313a2521075d7efa5f22ba761d701d (patch) | |
tree | 821bb2d5f3782e9ff5c358333ea9edef162cf65d | |
parent | 1123c7f43a886b1625a8cb10d1f124633b28f6fc (diff) | |
download | bugzilla-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
-rw-r--r-- | docs/en/xml/using.xml | 10 |
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> |