From be088bbac5a208dafcaac3ee9a8f06c1eab78550 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 12 Jul 2009 01:37:18 +0000 Subject: [PATCH] FB uses AS for modern dialect --- test/sql/test_select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sql/test_select.py b/test/sql/test_select.py index 8aa62a288b..c56e811614 100644 --- a/test/sql/test_select.py +++ b/test/sql/test_select.py @@ -638,7 +638,7 @@ sq.myothertable_othername AS sq_myothertable_othername FROM (" + sqstring + ") A select([table1.alias('foo')]) ,"SELECT foo.myid, foo.name, foo.description FROM mytable AS foo") - for dialect in (firebird.dialect(), oracle.dialect()): + for dialect in (oracle.dialect(),): self.assert_compile( select([table1.alias('foo')]) ,"SELECT foo.myid, foo.name, foo.description FROM mytable foo" -- 2.47.3