From b716b00422d2462f03fdb8d90b3e3963022e4c9a Mon Sep 17 00:00:00 2001
From: Cedric CAFFY <cedric.caffy@cern.ch>
Date: Fri, 20 Dec 2019 15:12:17 +0100
Subject: [PATCH] cta-catalogue-schema-verify now compatible with postgres

---
 rdbms/wrapper/SqliteConn.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rdbms/wrapper/SqliteConn.cpp b/rdbms/wrapper/SqliteConn.cpp
index d4bd8f7454..b3542db549 100644
--- a/rdbms/wrapper/SqliteConn.cpp
+++ b/rdbms/wrapper/SqliteConn.cpp
@@ -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);
-- 
GitLab