[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.rt.eclipselink] ddl-generation separator
|
Hi again,
Is it possible to specify a separator for the ddl file generation? (for
both output files: drop.sql and create.sql)
EclipseLink generates files like:
DROP TABLE A
DROP SEQUENCE A
Personally i expected that it should be like:
DROP TABLE A;
DROP SEQUENCE A;
I hoped that the ddl generator would add such separators depending on
the chosen targetDatabase. Is there a way to convince eclipseLink to add
; at the end of every sql statement?
regards,
Bernhard