From: Mike Bayer Date: Thu, 4 Feb 2016 00:34:29 +0000 (-0500) Subject: - oracle requires GLOBAL here X-Git-Tag: rel_1_1_0b1~98^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1316a299257fae8264c8038d83e415f4605fde7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - oracle requires GLOBAL here --- 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'(?