Commit ab40ba7e authored by Nick Kew's avatar Nick Kew
Browse files

Add a note about prepared DBD queries to rewritemap docs.

PR#60440 identifies this as a gotcha


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1828122 13f79535-47bb-0310-9956-ffa450edef68
parent 14d71604
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -443,6 +443,11 @@ RewriteMap myquery "fastdbd:SELECT destination FROM rewrite WHERE source = %s"
    </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>