You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a column in an Oracle relation is defined with type varchar2(32 char) then the data_type member of the dbt Column class for that column should return varchar2(32 char)notvarchar2(32), since these are not necessarily the same (depending on NLS settings and use of multibyte character encodings).