Code changes after analyzer

This commit is contained in:
stephb9959
2022-03-25 10:40:27 -07:00
parent 90df8f8c81
commit 4f2235c312

View File

@@ -111,8 +111,7 @@ namespace ORM {
else if(Type==OpenWifi::DBType::sqlite)
return "BLOB";
default:
assert(false);
return "";
return "BLOB";
}
assert(false);
return "";