mirror of https://github.com/apache/openjpa.git
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:
parent
b1ee063aa4
commit
4515e2f5da
|
@ -60,6 +60,7 @@ public class DerbyDictionary
|
|||
|
||||
allowsAliasInBulkClause = false;
|
||||
supportsDeferredConstraints = false;
|
||||
supportsParameterInSelect = false;
|
||||
supportsSelectForUpdate = true;
|
||||
supportsDefaultDeleteAction = false;
|
||||
requiresCastForMathFunctions = true;
|
||||
|
|
Loading…
Reference in New Issue