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/branches/1.0.x@776466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c06cb5793
commit
cec5147712
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue