krummas / DrizzleJDBC

A BSD licensed JDBC driver for Drizzle and MySQL
BSD 3-Clause "New" or "Revised" License
31 stars 22 forks source link

Using single quotes instead of double quotes #5

Closed StephG38 closed 12 years ago

StephG38 commented 12 years ago

This change prevents from getting errors when using prepared statements with MySQL running in ANSI mode.

http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html#sqlmode_ansi_quotes

The following classes still make use of double quotes and might require the same kind of change :