Add option to omit delimiters (double quotes) around table and column names in DDL scripts

Whenever TDM creates a DDL script for a table, it includes double quotes around table and column names. Sometimes, eg. when working with PostgreSQL, this has annoying consequences: If you create a table with quotes around the name, you will ALWAYS need to use the quotes when working with that table, eg. when inserting/updating/deleting. It would be nice to have the option NOT to use the quotes in the DDL scripts to make your life easier when working with the table later on.

Hi emattila,
this option is on DDL Sccript Generation dialog . It called "Use Quotation Marks" and it is selected by default.

Daril

1 Like

Hi Daril,

thank you so much! I hadn't found that option myself. It works like a charm!

Cheers
Eero