From: Christophe Jaillet Date: Sun, 29 Jan 2023 15:41:53 +0000 (+0000) Subject: Clarify accepted values for driver names used with 'dbacquire'. X-Git-Tag: 2.4.56-candidate~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9582a2a82d2de0fa95db656930daaad85a4e6b24;p=thirdparty%2Fapache%2Fhttpd.git Clarify accepted values for driver names used with 'dbacquire'. 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 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 4eabd5363ee..75330deeeb3 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -1117,7 +1117,14 @@ end

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.

+

+ The dbType to use as the first parameter of dbacquire + is case sensitive.

+

+ It should be one of mysql, pgsql, freetds, + odbc, sqlite2, sqlite3, oracle + or mod_dbd.

The example below shows how to acquire a database handle and return information from a table: