Skip to content

0.51.0

Compare
Choose a tag to compare
@dantownsend dantownsend released this 09 Feb 18:59
· 66 commits to master since this release
1152bc6

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