Module: kamailio Branch: master Commit: 8c4b538fc4279a47894f591d451ba294096c07be URL: https://github.com/kamailio/kamailio/commit/8c4b538fc4279a47894f591d451ba294096c07be
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2016-10-10T12:46:12+02:00 modules: readme files regenerated - db_unixodbc ... --- Modified: modules/db_unixodbc/README --- Diff: https://github.com/kamailio/kamailio/commit/8c4b538fc4279a47894f591d451ba294096c07be.diff Patch: https://github.com/kamailio/kamailio/commit/8c4b538fc4279a47894f591d451ba294096c07be.patch --- diff --git a/modules/db_unixodbc/README b/modules/db_unixodbc/README index 72e4b8f..eae1e11 100644 --- a/modules/db_unixodbc/README +++ b/modules/db_unixodbc/README @@ -27,6 +27,7 @@ Marco Lorrai 3.2. auto_reconnect (int) 3.3. use_escape_common (int) 3.4. replace_query (int) + 3.5. quote_char (str) 4. Functions 5. Installation and Running @@ -42,6 +43,7 @@ Marco Lorrai 1.2. Set the âauto_reconnectâ parameter 1.3. Set the âuse_escape_commonâ parameter 1.4. Set the âreplace_queryâ parameter + 1.5. Set the âquote_charâ parameter Chapter 1. Admin Guide @@ -59,6 +61,7 @@ Chapter 1. Admin Guide 3.2. auto_reconnect (int) 3.3. use_escape_common (int) 3.4. replace_query (int) + 3.5. quote_char (str) 4. Functions 5. Installation and Running @@ -100,6 +103,7 @@ Chapter 1. Admin Guide 3.2. auto_reconnect (int) 3.3. use_escape_common (int) 3.4. replace_query (int) + 3.5. quote_char (str) 3.1. ping_interval (int) @@ -152,6 +156,18 @@ modparam("db_unixodbc", "use_escape_common", 1) modparam("db_unixodbc", "replace_query", 0) ... +3.5. quote_char (str) + + The character to be used for quoting the table and column names in + database queries. + + Default value: ânot setâ (no quoting). + + Example 1.5. Set the âquote_charâ parameter +... +modparam("db_unixodbc", "quote_char", "`") +... + 4. Functions NONE
_______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
