summaryrefslogtreecommitdiff
path: root/test/sql/test_update.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-02 15:14:09 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-02 15:14:09 -0400
commit626ae5b7a1625835011c25469937549a74186157 (patch)
tree5427c6a5a90f80f8163ae21eeeeabc186758c5f9 /test/sql/test_update.py
parent7ea8485ea6db4af6b4862c624752c93090968d06 (diff)
downloadsqlalchemy-626ae5b7a1625835011c25469937549a74186157.tar.gz
- fixes for mxODBC, some pyodbc
- enhancements to test suite including ability to set up a testing engine for a whole test class, fixes to how noseplugin sets up/tears down per-class context
Diffstat (limited to 'test/sql/test_update.py')
-rw-r--r--test/sql/test_update.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_update.py b/test/sql/test_update.py
index 79079e512..0c629f9aa 100644
--- a/test/sql/test_update.py
+++ b/test/sql/test_update.py
@@ -133,6 +133,7 @@ class UpdateFromCompileTest(_UpdateFromTestBase, fixtures.TablesTest, AssertsCom
)
class UpdateFromRoundTripTest(_UpdateFromTestBase, fixtures.TablesTest):
+ __testing_engine__ = {'execution_options':{'native_odbc_execute':False}}
@testing.requires.update_from
def test_exec_two_table(self):