diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-07-28 17:50:21 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-07-28 18:04:02 -0400 |
commit | f83cbd50d7d0710f9bd174690cd2ef17f91122f3 (patch) | |
tree | 5f6c69f07e3a3bbc949739a4c991c076c4a162dc /lib/sqlalchemy/exc.py | |
parent | 7997d7fdc3634e7dba9fd0113b8b85ef311bfeaa (diff) | |
download | sqlalchemy-setinputsizes_oracle_string.tar.gz |
See what happens if we setinputsizes for Stringsetinputsizes_oracle_string
Per Anthony Tuininga, setinputsizes() is important
particularly if you have a unicode value you want to line
up with an index under Python 3, because you want the type
to be bound using NVARCHAR2 and not VARCHAR2. Only if
we setinputsizes() for NVARCHAR2 will we get that effect.
So see at least if setinputsizes() works for STRING these
days or otherwise figure out what the problem was.
Additionally, the type object now for NVARCHAR2 is
cx_Oracle.NCHAR, so use that, and also remove some
old _cx_oracle_XYZ collections we aren't using to
reduce verbosity.
Change-Id: I4977f54796485ec454b20697ec20db6d70fb6f84
Diffstat (limited to 'lib/sqlalchemy/exc.py')
0 files changed, 0 insertions, 0 deletions