diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-09-26 14:55:44 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-09-26 14:55:44 +0000 |
commit | e37a3a961c9f5bf822f86682c0f96418281d3e42 (patch) | |
tree | a47128eca7327fd6e4ce63bc655775eddd7cc846 /lib/sqlalchemy/databases/firebird.py | |
parent | a0838e0c476f7deab5b67f431c8ce107974b9313 (diff) | |
download | sqlalchemy-e37a3a961c9f5bf822f86682c0f96418281d3e42.tar.gz |
- the behavior of String/Unicode types regarding that they auto-convert
to TEXT/CLOB when no length is present now occurs *only* for an exact type
of String or Unicode with no arguments. If you use VARCHAR or NCHAR
(subclasses of String/Unicode) with no length, they will be interpreted
by the dialect as VARCHAR/NCHAR; no "magic" conversion happens there.
This is less surprising behavior and in particular this helps Oracle keep
string-based bind parameters as VARCHARs and not CLOBs [ticket:793].
Diffstat (limited to 'lib/sqlalchemy/databases/firebird.py')
0 files changed, 0 insertions, 0 deletions