From: Mike Bayer Date: Tue, 9 Feb 2016 16:26:13 +0000 (-0500) Subject: - restore GLOBAL keyword here X-Git-Tag: rel_1_0_12~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3182bcfc2ddc6aa001936f9de331b0134e4c3b97;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - restore GLOBAL keyword here --- diff --git a/lib/sqlalchemy/testing/suite/test_reflection.py b/lib/sqlalchemy/testing/suite/test_reflection.py index 4a3dd90240..1874f6210e 100644 --- a/lib/sqlalchemy/testing/suite/test_reflection.py +++ b/lib/sqlalchemy/testing/suite/test_reflection.py @@ -113,7 +113,7 @@ class ComponentReflectionTest(fixtures.TablesTest): # temp table fixture if testing.against("oracle"): kw = { - 'prefixes': ["TEMPORARY"], + 'prefixes': ["GLOBAL TEMPORARY"], 'oracle_on_commit': 'PRESERVE ROWS' } else: