Oracle NCLOB defaultValues not read correctly

Description

Creating a table like:

`create table test (id int, name varchar(10) default ' ', test_col nclob default ' ' );`

does not handle the nclob default value correctly. It falls through to the "assuming it is a function" logic.

Environment

Oracle

Activity

Show:

Nathan Voxland June 23, 2015 at 6:50 PM

Fixed

Fixed

Details

Reporter

Fix versions

Affects versions

Priority

Created June 23, 2015 at 6:48 PM
Updated June 23, 2015 at 6:50 PM
Resolved June 23, 2015 at 6:50 PM