aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2006-01-02 18:24:40 +0000
committerdrh <drh@noemail.net>2006-01-02 18:24:40 +0000
commit35a5965a17f6a74e7c61395b15b578a301204689 (patch)
tree734866ae694ce2b49e926f389792f082585d7bca /src
parent5118b918d83e1815b9c2327afde7aa37dba268c0 (diff)
downloadsqlite-35a5965a17f6a74e7c61395b15b578a301204689.tar.gz
sqlite-35a5965a17f6a74e7c61395b15b578a301204689.zip
Additional tests for descending indices. Comment changes. (CVS 2850)
FossilOrigin-Name: 2622c5242b0cba5bc19f190a7c209ab9ed8f57e0
Diffstat (limited to 'src')
-rw-r--r--src/vdbeaux.c2
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.
*/
/*