summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/plugin_base.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-10-24 19:24:11 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2022-10-24 19:39:55 -0400
commitb1cd6e4295b07e01983deb2845f6e22a059f5b76 (patch)
tree3daf50c7d1410bbb2a40e9c2bda74d2dbe1cfba6 /lib/sqlalchemy/testing/plugin/plugin_base.py
parent13766228c19954f8860de6a2401c44a32832ae3e (diff)
downloadsqlalchemy-b1cd6e4295b07e01983deb2845f6e22a059f5b76.tar.gz
add Oracle-specific parameter escapes for expanding params
Fixed issue where bound parameter names, including those automatically derived from similarly-named database columns, which contained characters that normally require quoting with Oracle would not be escaped when using "expanding parameters" with the Oracle dialect, causing execution errors. The usual "quoting" for bound parameters used by the Oracle dialect is not used with the "expanding parameters" architecture, so escaping for a large range of characters is used instead, now using a list of characters/escapes that are specific to Oracle. Fixes: #8708 Change-Id: I90c24e48534e1b3a4c222b3022da58159784d91a
Diffstat (limited to 'lib/sqlalchemy/testing/plugin/plugin_base.py')
0 files changed, 0 insertions, 0 deletions