quoted column names is DB specific

Issue #4 resolved
Craig Ryan repo owner created an issue

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.

Comments (3)

  1. Craig Ryan reporter

    simplified so a single call into each implementation to both quote column identifiers and handle case sensitivity.

  2. Log in to comment