From b3f89893cfe694ea9804d16afd013abfccb0bb70 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Fri, 30 Jan 2009 05:09:14 +0000 Subject: [PATCH] Switched ext compiler test to use sqlite. --- test/ext/compiler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ext/compiler.py b/test/ext/compiler.py index db8930be72..d3965bb152 100644 --- a/test/ext/compiler.py +++ b/test/ext/compiler.py @@ -118,9 +118,9 @@ class UserDefinedTest(TestBase, AssertsCompiledSQL): "DROP THINGY" ) - from sqlalchemy.dialects.postgres import base + from sqlalchemy.dialects.sqlite import base self.assert_compile(AddThingy(), - "ADD SPECIAL PG THINGY", + "ADD SPECIAL SL THINGY", dialect=base.dialect() ) -- 2.47.3