[ http://issues.apache.org/jira/browse/IBATIS-141?page=comments#action_12431448 ] adamb commented on IBATIS-141: ------------------------------
We are using create savepoint and rollback to savepoint successfully with iBATIS we issue these with an 'update' statement using a SqlMap that has an anonymous plsql block that performs savepoint creation/rollback > Savepoint support > ----------------- > > Key: IBATIS-141 > URL: http://issues.apache.org/jira/browse/IBATIS-141 > Project: iBatis for Java > Issue Type: New Feature > Components: SQL Maps, DAO > Reporter: Brandon Goodin > Priority: Minor > > I know this would require a dependency on 1.4 to use savepoints. But, it > would be a very nice feature to have with transaction management. We could > still provide for the ability to use 1.3 by checking to see if the SavePoint > class exists in the JDK. If it doesn't we could throw an unsupported feature > exception or something like that. Thoughts? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
