diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-10-31 15:09:34 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-11-01 17:05:52 -0400 |
commit | 32b2b31da2017fae8fcb759a52ad3d7081dec933 (patch) | |
tree | 7ddcf1583f8bf34e0d1d441f20240f1193629966 /lib/sqlalchemy/ext/asyncio/session.py | |
parent | 66f3533de86506327c753c1ea80b121692535745 (diff) | |
download | sqlalchemy-32b2b31da2017fae8fcb759a52ad3d7081dec933.tar.gz |
use simple decimal query to detect decimal char
Fixed issue where the ``nls_session_parameters`` view queried on first
connect in order to get the default decimal point character may not be
available depending on Oracle connection modes, and would therefore raise
an error. The approach to detecting decimal char has been simplified to
test a decimal value directly, instead of reading system views, which
works on any backend / driver.
Fixes: #8744
Change-Id: I39825131c13513798863197d0c180dd5a18b32dc
Diffstat (limited to 'lib/sqlalchemy/ext/asyncio/session.py')
0 files changed, 0 insertions, 0 deletions