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:
Catalina Wei 2007-09-18 18:49:05 +00:00
parent 05fb97ded7
commit 2663cb3e32

View File

@ -101,6 +101,7 @@ public class DB2Dictionary
supportsDeferredConstraints = false;
supportsDefaultDeleteAction = false;
supportsAlterTableWithDropColumn = false;
supportsMultipleNontransactionalResultSets = false;
supportsNullTableForGetColumns = false;
requiresCastForMathFunctions = true;