From 82b756f3e95761190fbf11b15182feb57a015474 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Fri, 30 Nov 2007 02:56:45 +0000 Subject: [PATCH] Document FreeTDS DBD params git-svn-id: https://svn.eu.apache.org/repos/asf/apr/apr-util/trunk@599682 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr_dbd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/apr_dbd.h b/include/apr_dbd.h index 5ec7f63..9c7161b 100644 --- a/include/apr_dbd.h +++ b/include/apr_dbd.h @@ -135,6 +135,9 @@ APU_DECLARE(apr_status_t) apr_dbd_get_driver(apr_pool_t *pool, const char *name, * this value is 1 MB. The value associated with "group" determines which * group from configuration file to use (see MYSQL_READ_DEFAULT_GROUP option * of mysql_options() in MySQL manual). + * @remarks FreeTDS: the params can have "username", "password", "appname", + * "dbname", "host", "charset", "lang" and "server" keys, each followed by an + * equal sign and a value. */ APU_DECLARE(apr_status_t) apr_dbd_open_ex(const apr_dbd_driver_t *driver, apr_pool_t *pool, const char *params, -- 2.11.4.GIT