I'm using Hibernate 1.2 and I'm trying to generate a DDL schema for Oracle from my classes. I'm using the following command-line arguments:
-Dhibernate.dialect=cirrus.hibernate.sql.OracleDialect --text --output=hib-Oracle.sql --quiet --format --delimiter=';'
What happens is that the generated script has the necessary semicolons at the end of "create" statements, but they are completely missing from the end of "drop" statements.
Is this a known bug?
Thanks in Advance,
Ugo
-- Ugo Cei - http://www.beblogging.com/blog/
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel