summaryrefslogtreecommitdiff
path: root/doc/build/intro.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-07-28 17:50:21 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-07-28 18:04:02 -0400
commitf83cbd50d7d0710f9bd174690cd2ef17f91122f3 (patch)
tree5f6c69f07e3a3bbc949739a4c991c076c4a162dc /doc/build/intro.rst
parent7997d7fdc3634e7dba9fd0113b8b85ef311bfeaa (diff)
downloadsqlalchemy-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 'doc/build/intro.rst')
0 files changed, 0 insertions, 0 deletions