diff options
author | lpsolit%gmail.com <> | 2008-01-20 06:24:11 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-01-20 06:24:11 +0100 |
commit | e4666b62480a4fa2e36493ce0315b76b7b759073 (patch) | |
tree | 60d22bbcba1f773ba2c958b1dcd0c0eb08768bdb | |
parent | 16ebae3581803febc9ca25c401218cecb9fe2dd2 (diff) | |
download | bugzilla-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
-rw-r--r-- | docs/xml/using.xml | 10 |
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> |