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:
Catalina Wei 2007-10-30 21:51:47 +00:00
parent 3860784216
commit 5e927f2376
1 changed files with 0 additions and 1 deletions

View File

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