mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-27 10:22:33 +00:00
Code changes after analyzer
This commit is contained in:
@@ -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 "";
|
||||
|
||||
Reference in New Issue
Block a user