mirror of https://github.com/apache/openjpa.git
fix for OPENJPA-22
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@516624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9bfc9cf190
commit
d35bc8a306
|
@ -60,6 +60,8 @@ public class DB2Dictionary
|
|||
supportsAlterTableWithDropColumn = false;
|
||||
|
||||
supportsNullTableForGetColumns = false;
|
||||
requiresCastForMathFunctions = true;
|
||||
requiresCastForComparisons = true;
|
||||
|
||||
reservedWordSet.addAll(Arrays.asList(new String[]{
|
||||
"AFTER", "ALIAS", "ALLOW", "APPLICATION", "ASSOCIATE", "ASUTIME",
|
||||
|
|
Loading…
Reference in New Issue