On Thursday, November 1, 2012 2:39:51 PM UTC-7, Nels Nelson wrote: > > Hi Jeremy, sorry for not including more information earlier.
No problem. I'm eager to see if this is an actual bug in the plugin or not. > I am using ruby-sequel in JRuby. > How was JRuby installed (operating system package?)? This isn't related to your issue, I'm just curious. > I'll work on attempting an isolated demo of the events. > Thanks! BTW, what database are you using? The rcte_tree plugin is only supported on databases that implement recursive common table expressions. Looking at the current adapters, it should be supported on Microsoft SQL Server, Oracle, PostgreSQL, and Firebird (though Firebird support is not tested). I think it should raise an error if you attempt to use it on other databases, so I'm guessing you are using a supported database. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/IHXwcZYh32oJ. 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.
