staruml-ddl
staruml-ddl copied to clipboard
Surround IDs with double quotes by default and back quotes for MySQL
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.