mirror of https://github.com/apache/openjpa.git
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:
parent
598c25f2b9
commit
ef204040c2
|
@ -310,7 +310,6 @@ public class DB2Dictionary
|
||||||
break;
|
break;
|
||||||
case db2ZOSV8xOrLater:
|
case db2ZOSV8xOrLater:
|
||||||
// DB2 Z/OS
|
// DB2 Z/OS
|
||||||
supportsQueryTimeout = false; // can only be set to 0 on z/OS
|
|
||||||
characterColumnSize = 255;
|
characterColumnSize = 255;
|
||||||
lastGeneratedKeyQuery = "SELECT IDENTITY_VAL_LOCAL() FROM "
|
lastGeneratedKeyQuery = "SELECT IDENTITY_VAL_LOCAL() FROM "
|
||||||
+ "SYSIBM.SYSDUMMY1";
|
+ "SYSIBM.SYSDUMMY1";
|
||||||
|
|
Loading…
Reference in New Issue