From 28bfc3d5dfdaae57a94f660959aaaeb83a5e2132 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 23 Aug 2012 15:40:09 -0400 Subject: - [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] --- test/sql/test_cte.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sql') diff --git a/test/sql/test_cte.py b/test/sql/test_cte.py index 59b347ccd..6360e278c 100644 --- a/test/sql/test_cte.py +++ b/test/sql/test_cte.py @@ -350,3 +350,4 @@ class CTETest(fixtures.TestBase, AssertsCompiledSQL): checkpositional=('x', 'y'), dialect=dialect ) + -- cgit v1.2.1