- 修复 Oracle Dbfirst 字段可空的判断 bug;

This commit is contained in:
28810
2019-12-12 17:19:32 +08:00
parent cb074e7f0d
commit 76b613709e
20 changed files with 2630 additions and 234 deletions

View File

@ -182,7 +182,7 @@ a.data_length,
a.data_precision,
a.data_scale,
a.char_used,
case when a.nullable = 'Y' then 1 else 0 end,
case when a.nullable = 'N' then 0 else 1 end,
nvl((select 1 from user_sequences where sequence_name='{Utils.GetCsName((tboldname ?? tbname).Last())}_seq_'||a.column_name), 0),
nvl((select 1 from user_triggers where trigger_name='{Utils.GetCsName((tboldname ?? tbname).Last())}_seq_'||a.column_name||'TI'), 0),
b.comments