Skip to content
Snippets Groups Projects
Commit b716b004 authored by Cedric CAFFY's avatar Cedric CAFFY
Browse files

cta-catalogue-schema-verify now compatible with postgres

parent fe0f318c
No related branches found
No related tags found
No related merge requests found
......@@ -255,6 +255,7 @@ std::map<std::string, std::string> SqliteConn::getColumns(const std::string &tab
"INT|"
"TINYINT|"
"VARBINARY|"
"BYTEA|"
"RAW";
auto stmt = createStmt(sql);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment