dimagi / django-cte

Common Table Expressions (CTE) for Django
Other
334 stars 46 forks source link

Support for CYCLE clause #96

Open ihasdapie opened 1 week ago

ihasdapie commented 1 week ago

If there is existing support for the CYCLE clause, how can I use it, and if there is currently no support for the CYCLE clause, is it within scope of this project to add it? I am happy to make a fork and raise a PR if you can give some pointers.

Thanks

millerdev commented 6 days ago

There is currently no support for a CYCLE clause, but it does seem within scope. Frankly, I'm not familiar enough with CYCLE to say much about an approach for adding it to django-cte. But feel free to make a fork and play around with it. Pull requests are welcome. All new features must be covered by tests.