cristof commented on code in PR #144:
URL: https://github.com/apache/openjpa/pull/144#discussion_r3761875623
##########
openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/Ceiling.java:
##########
@@ -55,7 +59,13 @@ protected Class getType(Class c) {
@Override
protected String getOperator() {
- return "CEILING";
+ return operator;
+ }
+
+ @Override
+ public void appendTo(Select sel, ExpContext ctx, ExpState state, SQLBuffer
sql, int index) {
Review Comment:
This was intended behavior meant to allow support of different DBs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]