|
@@ -27,6 +27,7 @@ Marco Lorrai
|
|
3.2. auto_reconnect (int)
|
|
3.2. auto_reconnect (int)
|
|
3.3. use_escape_common (int)
|
|
3.3. use_escape_common (int)
|
|
3.4. replace_query (int)
|
|
3.4. replace_query (int)
|
|
|
|
+ 3.5. quote_char (str)
|
|
|
|
|
|
4. Functions
|
|
4. Functions
|
|
5. Installation and Running
|
|
5. Installation and Running
|
|
@@ -42,6 +43,7 @@ Marco Lorrai
|
|
1.2. Set the “auto_reconnect” parameter
|
|
1.2. Set the “auto_reconnect” parameter
|
|
1.3. Set the “use_escape_common” parameter
|
|
1.3. Set the “use_escape_common” parameter
|
|
1.4. Set the “replace_query” parameter
|
|
1.4. Set the “replace_query” parameter
|
|
|
|
+ 1.5. Set the “quote_char” parameter
|
|
|
|
|
|
Chapter 1. Admin Guide
|
|
Chapter 1. Admin Guide
|
|
|
|
|
|
@@ -59,6 +61,7 @@ Chapter 1. Admin Guide
|
|
3.2. auto_reconnect (int)
|
|
3.2. auto_reconnect (int)
|
|
3.3. use_escape_common (int)
|
|
3.3. use_escape_common (int)
|
|
3.4. replace_query (int)
|
|
3.4. replace_query (int)
|
|
|
|
+ 3.5. quote_char (str)
|
|
|
|
|
|
4. Functions
|
|
4. Functions
|
|
5. Installation and Running
|
|
5. Installation and Running
|
|
@@ -100,6 +103,7 @@ Chapter 1. Admin Guide
|
|
3.2. auto_reconnect (int)
|
|
3.2. auto_reconnect (int)
|
|
3.3. use_escape_common (int)
|
|
3.3. use_escape_common (int)
|
|
3.4. replace_query (int)
|
|
3.4. replace_query (int)
|
|
|
|
+ 3.5. quote_char (str)
|
|
|
|
|
|
3.1. ping_interval (int)
|
|
3.1. ping_interval (int)
|
|
|
|
|
|
@@ -152,6 +156,18 @@ modparam("db_unixodbc", "use_escape_common", 1)
|
|
modparam("db_unixodbc", "replace_query", 0)
|
|
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
|
|
4. Functions
|
|
|
|
|
|
NONE
|
|
NONE
|