Code changes after analyzer

This commit is contained in:
stephb9959
2022-03-25 10:42:54 -07:00
parent 4f2235c312
commit 37f6dc2c0f

View File

@@ -108,10 +108,11 @@ namespace ORM {
return "LONGBLOB";
else if(Type==OpenWifi::DBType::pgsql)
return "BYTEA";
else if(Type==OpenWifi::DBType::sqlite)
return "BLOB";
default:
else
return "BLOB";
default:
assert(false);
}
assert(false);
return "";