Quoted identifiers

Please add a setting to specify that identifiers (names) shall be quoted in scripts.

Using quoted identifiers ensures that the names will never collide with any reserved words, no matter what database platform or database version is used for hosting of the physical database. Using MixedCasing for identifiers - which increase readability - without using quoted identifiers, results in inconsistent results across different database platforms.