On Feb 26, 12:47 pm, Clive Crous <[email protected]> wrote: > 2009/2/26 Jeremy Evans <[email protected]> > > > Preliminary release notes are available > > athttp://code.jeremyevans.net/sequel211.txt. > > Taken from the release notes: > " In order for this optimization to have an effect, you need to make > sure that you are calling set_dataset with a Symbol and not a Dataset > object" > > How do I do this in one of my apps which currently connects to 8x > different databases, each of which has it's own models?
You can't currently, at least not without setting the @simple_table and @simple_pk instance variables yourself. If you want to create a class method that allows you do set them, I'll apply it. 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 -~----------~----~----~----~------~----~------~--~---
