I’m using Modeler 3.6.6. When attempting to generate DDL for SQL Server 2008, the table DDL looks good for comments being escaped, but the view DDL comments are NOT being escaped, which causes errors when attempting to run and execute the DDL. Is anyone else aware of this bug and is a fix for it?
Dear BriEli,
as far as I can get it, View Comment bookmark serves for commenting the view in format:
/*
comment
*/
and you should use bookmark Description with View as you do with Entities and you will not experience any more errors on escaping.
Enjoy,
Roboy