0.51.0
You can now get all rows with a null / not-null value in PiccoloCRUD
.
For example, if we have a nullable column called score
:
GET /?score__operator=is_null
Likewise, to get all rows whose score is not null:
GET /?score__operator=not_null