OSDN Git Service

20170630
[rapideact/rapideact.git] / com / rapide_act / CmnProps.java
index 075fb33..6d35fc9 100644 (file)
@@ -797,7 +797,7 @@ public class CmnProps{
                     + " b.length as data_precision, "
                     + " b.scale as data_scale, "
                     + " case b.nulls"
-                    + "  when '0' then '\81Z'"
+                    + "  when 'N' then '\81Z'"
                     + "  else null "
                     + " end as nullable,"
                     + " b.default as data_default "