feincms / django-tree-queries

Adjacency-list trees for Django using recursive common table expressions. Supports PostgreSQL, sqlite, MySQL and MariaDB.
https://django-tree-queries.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
433 stars 27 forks source link

Extract incoming EXPLAIN planner #47

Closed bryanculver closed 2 years ago

bryanculver commented 2 years ago

Closes #46

matthiask commented 2 years ago

Thanks! Does it work? Can you add a test please?

matthiask commented 2 years ago

Oh I'm sorry, I only saw your comment on #46 now. Good to hear that it works!

matthiask commented 2 years ago

Released as 0.12. Thanks!