]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- restore GLOBAL keyword here
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Feb 2016 16:26:13 +0000 (11:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Feb 2016 16:27:35 +0000 (11:27 -0500)
lib/sqlalchemy/testing/suite/test_reflection.py

index 4a3dd902404aaa0004ba5df1c45dd5480373a6cb..1874f6210e4eda5e3ea1a5a1e9a0b20447156296 100644 (file)
@@ -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: