diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-25 22:26:11 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-25 22:26:11 +0000 |
commit | 6acc9e6d9e88bc529a5147f6daa93c4c4e6de64c (patch) | |
tree | c70da959040fd877729562233eb542cfa9a72f1b /test/dialect/test_postgresql.py | |
parent | 03573c0517dc27f90f1a07ef8ad67a0692977a24 (diff) | |
download | sqlalchemy-6acc9e6d9e88bc529a5147f6daa93c4c4e6de64c.tar.gz |
- The Oracle dialect will issue VARCHAR type definitions
using character counts, i.e. VARCHAR2(50 CHAR), so that
the column is sized in terms of characters and not bytes.
Column reflection of character types will also use
ALL_TAB_COLUMNS.CHAR_LENGTH instead of
ALL_TAB_COLUMNS.DATA_LENGTH. Both of these behaviors take
effect when the server version is 9 or higher - for
version 8, the old behaviors are used. [ticket:1744]
Diffstat (limited to 'test/dialect/test_postgresql.py')
0 files changed, 0 insertions, 0 deletions