From 6378c347994c902f7d4e65e54f2b76d01ce603d2 Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Tue, 23 Oct 2007 07:38:07 +0000 Subject: - Added initial version of MaxDB dialect. - All optional test Sequences are now optional=True --- test/engine/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/engine/execute.py') diff --git a/test/engine/execute.py b/test/engine/execute.py index 28faf1102..6cf3cccd9 100644 --- a/test/engine/execute.py +++ b/test/engine/execute.py @@ -18,7 +18,7 @@ class ExecuteTest(PersistTest): def tearDownAll(self): metadata.drop_all() - @testing.supported('sqlite') + @testing.supported('sqlite', 'maxdb') def test_raw_qmark(self): for conn in (testbase.db, testbase.db.connect()): conn.execute("insert into users (user_id, user_name) values (?, ?)", (1,"jack")) -- cgit v1.2.1