Skip to content

Commit

Permalink
Enable the QUOTE_IDENTIFIERS setting for all tables in the standard c…
Browse files Browse the repository at this point in the history
…atalog.
  • Loading branch information
pajamian committed Mar 13, 2015
1 parent de7af78 commit 891ad3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/standard/catalog.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 891ad3e

Please sign in to comment.