You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Operations / Data Type Matrix:**
| Operation Name | Boolean | Date | DateTime | Time | Number | String | Implemented |
|---------------------|---------|------|----------|------|--------|--------|-------------|
| null | X | X | X | X | X | X | ✔ |
| notNull | X | X | X | X | X | X | ✔ |
| in | X | X | X | X | X | X | ✔ |
| inQuery | X | X | X | X | X | X | ✔ |
| notInQuery | X | X | X | X | X | X | ✔ |
| empty | X | X | X | X | X | X | ✔ |
| notEmpty | X | X | X | X | X | X | ✔ |
| all | X | | | | | | ✔ |
| true | X | | | | | | ✔ |
| false | X | | | | | | ✔ |
| equals | | X | X | | X | X | ✔ |
| doesNotEqual | | X | X | | X | X | ✔ |
| before | | X | X | X | | | ✔ |
| after | | X | X | X | | | ✔ |
| today | | X | X | | | | ✔ |
| yesterday | | X | X | | | | ✔ |
| thisMonth | | X | X | | | | ✔ |
| lastMonth | | X | X | | | | ✔ |
| nextMonth | | X | X | | | | ✔ |
| thisYear | | X | X | | | | ✔ |
| lastYear | | X | X | | | | ✔ |
| nextYear | | X | X | | | | ✔ |
| at | | | | X | | | ✔ |
| not_at | | | | X | | | ✔ |
| at_before | | | | X | | | ✔ |
| at_after | | | | X | | | ✔ |
| greaterThan | | | | | X | | ✔ |
| lessThan | | | | | X | | ✔ |
| greaterThanOrEqualTo| | | | | X | | ✔ |
| lessThanOrEqualTo | | | | | X | | ✔ |
| contains | | | | | | X | ✔ |
| doesNotContain | | | | | | X | ✔ |
| startsWith | | | | | | X | ✔ |
| endsWith | | | | | | X | ✔ |
---------
Co-authored-by: Javier Coitino <[email protected]>
0 commit comments