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

n.pettik korablev at tarantool.org
Mon Jul 2 17:55:55 MSK 2018


> --- 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.





More information about the Tarantool-patches mailing list