On Wed, Oct 5, 2011 at 1:00 PM, Jeremy Evans <[email protected]> wrote: > > If you don't want to log the schema parsing information, the easier > solution is not to add a logger to the Database until after all your > model classes have been loaded.
IIRC, at least on Postgres, the connection isn't established until the first actual dataset executes a statement due to connection pooling logic. -- 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.
