mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#422 - ENH: Add jsonBetween() expression
This commit is contained in:
@@ -15,6 +15,11 @@ public enum Op {
|
||||
*/
|
||||
NOT_EXISTS(" is null "),
|
||||
|
||||
/**
|
||||
* Between (JSON).
|
||||
*/
|
||||
BETWEEN(" between ? and ? "),
|
||||
|
||||
/**
|
||||
* Equal to
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user