mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Minor internal doc correction in vdbeInt.h.
FossilOrigin-Name: c3a2ef639c22255a298cbccb7fd871ec9b24929f82bf95d6982b12daf5c963d6
This commit is contained in:
@@ -288,7 +288,7 @@ struct sqlite3_value {
|
||||
** MEM_Int, MEM_Real, and MEM_IntReal.
|
||||
**
|
||||
** * MEM_Blob|MEM_Zero A blob in Mem.z of length Mem.n plus
|
||||
** MEM.u.i extra 0x00 bytes at the end.
|
||||
** Mem.u.nZero extra 0x00 bytes at the end.
|
||||
**
|
||||
** * MEM_Int Integer stored in Mem.u.i.
|
||||
**
|
||||
|
Reference in New Issue
Block a user