[interchange] Enable the QUOTE_IDENTIFIERS setting for all tables in the standard catalog.

Peter Ajamian <[email protected]> Fri, 13 Mar 2015 23:04:02 +0000
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
commit 891ad3e650702ff635814ab37cff15775aae297a
Author: Peter Ajamian <[email protected]>
Date:   Sat Mar 14 12:02:32 2015 +1300

    Enable the QUOTE_IDENTIFIERS setting for all tables in the standard catalog.

 dist/standard/catalog.cfg |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/dist/standard/catalog.cfg b/dist/standard/catalog.cfg
index da24bd9..b69c01c 100644
--- a/dist/standard/catalog.cfg
+++ b/dist/standard/catalog.cfg
@@ -76,6 +76,9 @@ endif
 ## We want to hide the .gdbm, .autonumber, .numeric, .sql, .db files
 DatabaseDefault HIDE_AUTO_FILES 1
 
+## Quote all identifiers to avoid name clash issues and SQL injection attacks
+DatabaseDefault QUOTE_IDENTIFIERS 1
+
 ifdef MYSQL
 DatabaseDefault NO_ASCII_INDEX 1
 include dbconf/mysql/mysql.cfg