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:
David J. Wisneski 2007-03-10 00:34:09 +00:00
parent 9bfc9cf190
commit d35bc8a306
1 changed files with 2 additions and 0 deletions

View File

@ -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",