diesel_ltree
diesel_ltree copied to clipboard
How to query for descendents and ancestors? IE `@>` and `<@`
I can't find examples of that in the tests, or those words.
Sounds like missing functionality, though likely fairly easy to add. PRs happily accepted.
On 14 Jul 2022, at 01:22, Dessalines @.***> wrote:
I can't find examples of that in the tests, or those words.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.
It seems that it is already implemented with .contains() and .contained_by() exprs