From c1316a299257fae8264c8038d83e415f4605fde7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 3 Feb 2016 19:34:29 -0500 Subject: [PATCH] - oracle requires GLOBAL here --- lib/sqlalchemy/sql/compiler.py | 2 +- lib/sqlalchemy/testing/suite/test_reflection.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index dbaa23a5d0..cc9a49a914 100644 --- a/lib/sqlalchemy/sql/compiler.py +++ b/lib/sqlalchemy/sql/compiler.py @@ -53,7 +53,7 @@ LEGAL_CHARACTERS = re.compile(r'^[A-Z0-9_$]+$', re.I) ILLEGAL_INITIAL_CHARACTERS = set([str(x) for x in range(0, 10)]).union(['$']) BIND_PARAMS = re.compile(r'(?