OPENJPA-1067. Restoring original behavior - pending JDBC spec interpretation with DB2

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@776466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-05-19 21:21:30 +00:00
parent 1c06cb5793
commit cec5147712
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ public class DB2Dictionary
switch (db2ServerType) {
case db2ZOSV8xOrLater:
// DB2 Z/OS
supportsQueryTimeout = false; // can only be set to 0 on z/OS
characterColumnSize = 255;
lastGeneratedKeyQuery = "SELECT IDENTITY_VAL_LOCAL() FROM "
+ "SYSIBM.SYSDUMMY1";