]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed long-standing bug in Oracle dialect where bound parameter
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Oct 2014 22:25:21 +0000 (18:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Oct 2014 22:25:54 +0000 (18:25 -0400)
commitd2997166ee078ee25eee057aa1722c66a5f7c13b
treed347c0b0adf67563b42b1d12949de0cff302072b
parentd1475d02c74daea63e0b6772e78d2ac67ce80639
- Fixed long-standing bug in Oracle dialect where bound parameter
names that started with numbers would not be quoted, as Oracle
doesn't like numerics in bound parameter names.
fixes #2138
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/test_oracle.py