You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2018/03/31 21:14:41 UTC

svn commit: r1828121 - /httpd/httpd/trunk/docs/manual/rewrite/rewritemap.xml

Author: niq
Date: Sat Mar 31 21:14:41 2018
New Revision: 1828121

URL: http://svn.apache.org/viewvc?rev=1828121&view=rev
Log:
Add a note about prepared DBD queries to rewritemap docs.
PR#60440 identifies this as a gotcha!

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/rewritemap.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewritemap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewritemap.xml?rev=1828121&r1=1828120&r2=1828121&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewritemap.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewritemap.xml Sat Mar 31 21:14:41 2018
@@ -442,6 +442,11 @@ RewriteMap myquery "fastdbd:SELECT desti
     </highlight>
     </example>
 
+    <note><title>Note</title>
+    <p>The query name is passed to the database driver as a label for
+    an SQL prepared statement, and will therefore need to follow any rules
+    (such as case-sensitivity) required for your database.</p></note>
+
   </section>
   <section id="summary">
     <title>Summary</title>