Sparx Systems Forum

Enterprise Architect => Bugs and Issues => Topic started by: Alinevip on September 16, 2008, 10:24:46 pm

Title: Problems with generate scripts ddl
Post by: Alinevip on September 16, 2008, 10:24:46 pm
Hi guys,

How can I show the alias of a table on the generated scripts DDL in GRANT property?
The option USE ALIAS IF AVAILABLE on Generate Pakage DDL is checked but it doesn´t works.
For example:
*GRANT DELETE, INSERT, SELECT, UPDATE ON [highlight]ALIAS[/highlight] TO GFIN
*GRANT SELECT ON [highlight]ALIAS[/highlight] TO PUBLIC

Thanks