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

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@776469 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-05-19 21:26:37 +00:00
parent 598c25f2b9
commit ef204040c2
1 changed files with 0 additions and 1 deletions

View File

@ -310,7 +310,6 @@ public class DB2Dictionary
break;
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";