mirror of
https://github.com/apache/openjpa.git
synced 2025-02-06 18:19:00 +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/trunk@577015 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
861e397196
commit
c0cf405648
@ -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