staruml-ddl icon indicating copy to clipboard operation
staruml-ddl copied to clipboard

Surround IDs with double quotes by default and back quotes for MySQL

Open acanda opened this issue 8 years ago • 0 comments

Currently delimited identifiers are quoted with back quotes. Back quotes, however, are only supported by MySQL. The SQL-99 standard defines double quotes for delimited identifiers which other DBMSs like Oracle support. This pull request will use double quotes unless the DBMS is MySQL.

acanda avatar Jun 15 '16 20:06 acanda