Commit d1eb9328 authored by wenmo's avatar wenmo

打包异常修复

parent 5c4dd254
......@@ -74,7 +74,7 @@ public class ClickHouseQuery extends AbstractDBQuery {
}
@Override
public String isNotNull() {
public String isNullable() {
return "NULL";
}
}
......@@ -67,7 +67,7 @@ public class PostgreSqlQuery extends AbstractDBQuery {
}
@Override
public String isNotNull() {
public String isNullable() {
return null;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment