mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
new comparison method Ine (caseInsensitive notEquals) (#1551)
This commit is contained in:
committed by
Rob Bygrave
parent
7be4675d3e
commit
4fe2016891
@@ -13,6 +13,7 @@ class OperatorMapping {
|
||||
map.put("ieq", EqlOperator.IEQ);
|
||||
|
||||
map.put("ne", EqlOperator.NE);
|
||||
map.put("ine", EqlOperator.INE);
|
||||
map.put("<>", EqlOperator.NE);
|
||||
map.put("!=", EqlOperator.NE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user