- [feature] The before_cursor_execute event

fires off for so-called "_cursor_execute"
    events, which are usually special-case
   executions of primary-key bound sequences
    and default-generation SQL
    phrases that invoke separately when RETURNING
    is not used with INSERT.  [ticket:2459]
This commit is contained in:
Mike Bayer
2012-08-23 15:40:09 -04:00
parent 16d66d3564
commit 28bfc3d5df
9 changed files with 699 additions and 240 deletions
+1
View File
@@ -350,3 +350,4 @@ class CTETest(fixtures.TestBase, AssertsCompiledSQL):
checkpositional=('x', 'y'),
dialect=dialect
)