diff --git a/gb.db.sqlite3/src/helper.c b/gb.db.sqlite3/src/helper.c index 5fd73ba7f..7bae69c6c 100644 --- a/gb.db.sqlite3/src/helper.c +++ b/gb.db.sqlite3/src/helper.c @@ -224,6 +224,8 @@ GB_TYPE sqlite_get_type(const char *type, int *length) { gtype = DB_T_BLOB;; } + else + gtype = GB_T_STRING; if (gtype == GB_T_STRING && type && length != NULL) {