On Feb 24, 5:25 pm, Jeremy Evans <[email protected]> wrote: > I'll be working on the arbitrary shards changes later, but both will > probably be merged into the master branch on Monday.
Here's the current patch I'll probably be merging to master on Monday: http://pastie.org/3453220 I haven't run it through the full test suite yet, but I don't expect problems there. If anyone wants to review the diff and give me feedback, I'd appreciate it. The combination of these two features makes it easy to use connect to arbitrary databases based on request parameters in a web app using a Rack middleware, which I remember a couple people asking about before, so I hope some people here find it useful. Since both of these features are implemented via extensions, there is no performance hit for users who don't use the extensions. Thanks, 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.
