From: <leg...@at...> - 2003-08-15 18:05:04
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-264 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-264 Summary: java.sql.Connection.commit() in auto-commit mode Type: Patch Status: Unassigned Priority: Major Project: Hibernate2 Components: toolset Versions: 2.1 Assignee: Reporter: Avoka Created: Fri, 15 Aug 2003 1:02 PM Updated: Fri, 15 Aug 2003 1:02 PM Description: Index: SchemaExport.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/tool/hbm2ddl/Schema Export.java,v retrieving revision 1.11 diff -r1.11 SchemaExport.java 111c111,112 < connection.commit(); --- > if(!connection.getAutoCommit()) > connection.commit(); --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |