OPENJPA-1425: Lieralize value if they appear in selection clause for databases that do not support parameters in selection terms.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@889646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2009-12-11 15:09:03 +00:00
parent b1ee063aa4
commit 4515e2f5da
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public class DerbyDictionary
allowsAliasInBulkClause = false;
supportsDeferredConstraints = false;
supportsParameterInSelect = false;
supportsSelectForUpdate = true;
supportsDefaultDeleteAction = false;
requiresCastForMathFunctions = true;