make ExecutionContext more stateful

Issue #496 resolved
Mike Bayer repo owner created an issue

have all the bind params, the engine, statement, etc. all sent to ExecutionContext upon construction. have pre_execute()/post_execute() use the stateful information instead of passing arguments. get the ExecutionContext to be available to the default functions firing off on columns.

Comments (3)

  1. Log in to comment