Closed marekkalnik closed 9 years ago
The correct escaping character for database names in MySQL is backtick (`) unless the ANSI_QUOTES mode is enabled. In any case backtick works so it is safer to use it for MySQL.
See: https://dev.mysql.com/doc/refman/5.0/en/identifiers.html
Fixes #60
The correct escaping character for database names in MySQL is backtick (`) unless the ANSI_QUOTES mode is enabled. In any case backtick works so it is safer to use it for MySQL.
See: https://dev.mysql.com/doc/refman/5.0/en/identifiers.html
Fixes #60