From: Ugo C. <u....@cb...> - 2002-12-18 15:40:30
|
Hope this is not a FAQ. I looked around but couldn't find anything about it, so here I go. 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/ |