diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-09-24 11:02:29 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-09-24 11:02:29 -0400 |
commit | 3f347edd14cf9ab1b01c7570a65228d964d2b4a6 (patch) | |
tree | 0cfe284dfd14f6c875da5e3485f8151a35e62b52 /lib/sqlalchemy/sql/expression.py | |
parent | f11d14caecc497a063d84143306f95d0027fad50 (diff) | |
download | sqlalchemy-3f347edd14cf9ab1b01c7570a65228d964d2b4a6.tar.gz |
- The String type now generates VARCHAR2 on Oracle
which is recommended as the default VARCHAR.
Added an explicit VARCHAR2 and NVARCHAR2 to the Oracle
dialect as well. Using NVARCHAR still generates
"NVARCHAR2" - there is no "NVARCHAR" on Oracle -
this remains a slight breakage of the "uppercase types
always give exactly that" policy. VARCHAR still
generates "VARCHAR", keeping with the policy. If
Oracle were to ever define "VARCHAR" as something
different as they claim (IMHO this will never happen),
the type would be available. [ticket:2252]
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
0 files changed, 0 insertions, 0 deletions