My DDL parser (used to convert DDL from Postgres to Huawei and Google technology supported stack) unfortunatelly is only capable to work with single line statements. So I expected VP to export DDL without “formatted” checkbox in a way of statements per line, but VP is probably formatting the output DDL statement on UI to fit into the text box (not sure about this). Still the result copy/paste TEXT of all DDL statements resulted in being create statements (which are very long) being split into multiple lines:
CREATE TABLE asdkdfkjf (column text \n
, column bool);
This way I am not able to parse. I consider this as bug, as if i want multiple line statements I have option “formatted”. What do you think?
I tested but cannot reproduce the problem.
Are you using DB > Generate Database… to generate DDL to file?
I don’t understand what you mean “copy/paste TEXT of all DDL statements resulted in being create statements”, do you mean copy from Generate SQL dialog?
When I am in Physical ERD diagram and via context menu access Utilities -> Generate SQL, the produced DDL lines are split by “\n” character even when I uncheck formating option.