mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1794 - Also support "inRange" camelcase version of "inrange" in EQL
This commit is contained in:
@@ -42,6 +42,7 @@ class OperatorMapping {
|
||||
map.put("ilike", EqlOperator.ILIKE);
|
||||
|
||||
map.put("inrange", EqlOperator.INRANGE);
|
||||
map.put("inRange", EqlOperator.INRANGE);
|
||||
map.put("between", EqlOperator.BETWEEN);
|
||||
map.put("eqOrNull", EqlOperator.EQORNULL);
|
||||
map.put("gtOrNull", EqlOperator.GTORNULL);
|
||||
|
||||
Reference in New Issue
Block a user