On Dec 10, 1:25 pm, Jeremy Evans <[email protected]> wrote: > The advantage of this approach is it is already thread safe and > doesn't require locking (you can update the schemas for multiple > databases simultaneously). It's also simpler and less likely to > break, which is why I recommend it over the execute_ddl hack.
I committed this yesterday: http://github.com/jeremyevans/sequel/commit/adf6a891a52f28a7012d8534799ce8fab1c24aaf It should make schema modifications on all shards much easier. 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.
