figure out how to defer the engine connection in 0.6 but still get connection level state into dialect

Issue #1340 resolved
Mike Bayer repo owner created an issue

I still would prefer create_engine() doesn't connect upon creation. see if we can move the "init the dialect" step into a connection pool event and make it dialect configured (as jek suggested).

Comments (3)

  1. Log in to comment