[tarantool-patches] Re: [PATCH v1 1/1] sql: show formated MsgPack BLOB on select

  • From: "n.pettik" <korablev@xxxxxxxxxxxxx>
  • To: tarantool-patches@xxxxxxxxxxxxx
  • Date: Mon, 2 Jul 2018 17:55:55 +0300


--- a/src/box/sql/vdbeapi.c
+++ b/src/box/sql/vdbeapi.c
@@ -1047,6 +1047,12 @@ sqlite3_column_type(sqlite3_stmt * pStmt, int i)
      return iType;
}

+unsigned int
+sql_column_subtype(struct sqlite3_stmt *stmt, int i)
+{
+     return sqlite3_value_subtype(columnMem(stmt, i));;

Double ‘;’ at the end of line.

Except for this, LGTM.


Other related posts: