Schema generation broke in IT test jpa-configuration-hsql after upgrading
-------------------------------------------------------------------------
Key: MHIBERNATE-85
URL: http://jira.codehaus.org/browse/MHIBERNATE-85
Project: Maven 2.x Hibernate Plugin
Issue Type: Sub-task
Components: hbm2ddl
Affects Versions: 2.2
Environment: N/A
Reporter: David J. M. Karlsen
Assignee: Johann Reyes
rev 8462 before the upgrade:
:~/projects/codehaus/mojo/trunk/mojo/hibernate3$ cat
./hibernate3-maven-plugin/src/it/jpa-configuration-hsql/target/test-classes/testdb.script
CREATE SCHEMA PUBLIC AUTHORIZATION DBA
CREATE MEMORY TABLE PERSON(ID BIGINT NOT NULL PRIMARY KEY)
CREATE USER SA PASSWORD ""
GRANT DBA TO SA
SET WRITE_DELAY 10
SET SCHEMA PUBLIC
INSERT INTO PERSON VALUES(1)
after the upgrade rev8459:
CREATE SCHEMA PUBLIC AUTHORIZATION DBA
CREATE USER SA PASSWORD ""
GRANT DBA TO SA
SET WRITE_DELAY 10
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email