]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- ah. oursql didn't have "extra steps" here, the previous system within execution_op...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Apr 2010 19:20:20 +0000 (15:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Apr 2010 19:20:20 +0000 (15:20 -0400)
commit8842bbd8b5e72796926b6e35f86d060c3b86b6a2
treeed7c0142f9f88b3b08346d088a310f224c87811e
parente9d01db09b5084280660766fded8baf040b7c426
- ah.  oursql didn't have "extra steps" here, the previous system within execution_options()
used by oursql would generate a proxied connection from within the dialect.initialize() phase.  the new
clone system bypasses that.
test/engine/test_execute.py