On Mar 23, 4:06 am, Simon Arnaud <[email protected]> wrote:
> I think it should ship with sequel, as an extension.
> It is a great addition, and usefull in a lot of cases.
>
> Could it be emulated on databases without recursion ?
> I have something that is mostly this for SQLite, without a flexible
> "to a given level", based on "Tree - All Ancestors and Descendents"
> from the documentation.
> Re-reading this section, it already talks about rcte it seems.

That section shows you how to get something similar without recursion,
but it doesn't perform nearly as well.  And the plugin was originally
based on the rcte code at the bottom of the section.  It just
generalizes it for you.

Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to