summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-09-24 11:02:29 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-09-24 11:02:29 -0400
commit3f347edd14cf9ab1b01c7570a65228d964d2b4a6 (patch)
tree0cfe284dfd14f6c875da5e3485f8151a35e62b52 /lib/sqlalchemy/sql/expression.py
parentf11d14caecc497a063d84143306f95d0027fad50 (diff)
downloadsqlalchemy-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