sql. MsgPack subtype
* Introduce MsgPack subtype for Mem. A BLOB with MsgPack subtype is assumed to contain MsgPack-encoded data. * OP_Column sets MsgPack subtype when reading back arrays, maps or extensions from a row field. * OP_MakeRecord emits fields with MsgPack subtype verbatim (ordinary BLOBs are prefixed with MsgPack BIN header.) * Extend OP_Blob to support setting BLOB's subtype. sql. Add functions to encode spaceid,iid in a PageNo
Showing
- src/box/sql.c 2 additions, 2 deletionssrc/box/sql.c
- src/box/sql/tarantoolInt.h 15 additions, 0 deletionssrc/box/sql/tarantoolInt.h
- src/box/sql/vdbe.c 9 additions, 4 deletionssrc/box/sql/vdbe.c
- src/box/sql/vdbeInt.h 3 additions, 0 deletionssrc/box/sql/vdbeInt.h
- src/box/sql/vdbeaux.c 8 additions, 3 deletionssrc/box/sql/vdbeaux.c
Loading
Please register or sign in to comment