mirror of https://github.com/apache/openjpa.git
OPENJPA-375: undo this fix for DB2 (result set closed problem). The problem is resolved by setting DB2 datasource custom property "resultSetHoldability" to 1 in WebSphere.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@590481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3860784216
commit
5e927f2376
|
@ -106,7 +106,6 @@ public class DB2Dictionary
|
|||
supportsDeferredConstraints = false;
|
||||
supportsDefaultDeleteAction = false;
|
||||
supportsAlterTableWithDropColumn = false;
|
||||
supportsMultipleNontransactionalResultSets = false;
|
||||
|
||||
supportsNullTableForGetColumns = false;
|
||||
requiresCastForMathFunctions = true;
|
||||
|
|
Loading…
Reference in New Issue