TheConner / diesel_ltree

Adds support for the PostgreSQL ltree extension to Diesel
23 stars 14 forks source link

How to query for descendents and ancestors? IE `@>` and `<@` #19

Open dessalines opened 2 years ago

dessalines commented 2 years ago

I can't find examples of that in the tests, or those words.

kivikakk commented 2 years ago

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.

mlesin commented 2 years ago

It seems that it is already implemented with .contains() and .contained_by() exprs