]> 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:21 +0000 (18:25 -0400)
commitcc29c4afff20dd251dbc045a490da9942f98b1bf
tree377fe62a05dcb6555f21026259589010491cd109
parent3e810771a8ace7351fcd43deaf55891fd1c30a53
- 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