From 8c4b538fc4279a47894f591d451ba294096c07be Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Mon, 10 Oct 2016 12:46:12 +0200 Subject: [PATCH] modules: readme files regenerated - db_unixodbc ... --- modules/db_unixodbc/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/db_unixodbc/README b/modules/db_unixodbc/README index 72e4b8fad04..eae1e116f83 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