]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clarify accepted values for driver names used with 'dbacquire'.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 29 Jan 2023 15:41:53 +0000 (15:41 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 29 Jan 2023 15:41:53 +0000 (15:41 +0000)
PR 66334

r1907076 in trunk.

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1907077 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 4eabd5363eecaffc2913402522fef809e7af2bdd..75330deeeb35bd3908843bb2fa2b8f78e785d25f 100644 (file)
@@ -1117,7 +1117,14 @@ end
     <p>
     Mod_lua implements a simple database feature for querying and running commands
     on the most popular database engines (mySQL, PostgreSQL, FreeTDS, ODBC, SQLite, Oracle)
-    as well as mod_dbd.
+    as well as mod_dbd.</p>
+    <p>
+    The <code>dbType</code> to use as the first parameter of <code>dbacquire</code>
+    is case sensitive.</p>
+    <p>
+    It should be one of <code>mysql</code>, <code>pgsql</code>, <code>freetds</code>,
+    <code>odbc</code>, <code>sqlite2</code>, <code>sqlite3</code>, <code>oracle</code>
+    or <code>mod_dbd</code>.
     </p>
     <p>The example below shows how to acquire a database handle and return information from a table:</p>
     <highlight language="lua">