mirror of
https://github.com/apache/openjpa.git
synced 2025-02-22 01:55:29 +00:00
OPENJPA-375 DB2 autoCommit(true) causes Result Set prematurely closed in WebContainer JEE environment.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@577014 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
05fb97ded7
commit
2663cb3e32
@ -101,6 +101,7 @@ public class DB2Dictionary
|
||||
supportsDeferredConstraints = false;
|
||||
supportsDefaultDeleteAction = false;
|
||||
supportsAlterTableWithDropColumn = false;
|
||||
supportsMultipleNontransactionalResultSets = false;
|
||||
|
||||
supportsNullTableForGetColumns = false;
|
||||
requiresCastForMathFunctions = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user