-
if I just ask for the validity field - I get all of the validity records. But how do I get only the latest validity, true or false? I tried something with related: List methods don't work on Validity · Issue #246 · cozodb/cozo Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Madd0g
Dec 28, 2024
Replies: 1 comment
-
actually, it seems like it's possible with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Madd0g
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
actually, it seems like it's possible with
latest_by
, would be cool if it supported validity natively, I had to extract the timestamp/bool out first before passing to latest_by, but it works.