- changed status to open
Allow each DB parser implementation to specify an open-quote and close-quote string for quoted column names.
Double quotes work on most DBs though some interpret identifiers as values.
Default is now double quotes, with back-quote used for Mysql.
implementing for 0.5