diff options
Diffstat (limited to 'src/vdbeaux.c')
-rw-r--r-- | src/vdbeaux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c index b0d5f6f5e..f606647d0 100644 --- a/src/vdbeaux.c +++ b/src/vdbeaux.c @@ -1496,6 +1496,8 @@ int sqlite3VdbeCursorMoveto(Cursor *p){ ** N>=12 and even (N-12)/2 BLOB ** N>=13 and odd (N-13)/2 text ** +** The 8 and 9 types were added in 3.3.0, file format 4. Prior versions +** of SQLite will not understand those serial types. */ /* |