On Friday, October 26, 2012 12:01:08 PM UTC-7, Rodrigo Rosenfeld Rosas wrote: > > I could get a better stack-trace to demonstrate the issue I'm having: > > https://gist.github.com/fb91c2357a42568ec27f > > Is it possible to avoid calling sync inside another sync call? It doesn't > seem to work with JRuby... > > Or am I doing something wrong? >
Nope, that's a bug. I guess I'll need to make sure that the cached SQL query is already available, such a check can't be delayed until runtime. I'll push a fix as soon as I have one tested. Thanks for testing! 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/-/QbLpCtj7FvQJ. 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.
