mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +03:00
Additional tests for descending indices. Comment changes. (CVS 2850)
FossilOrigin-Name: 2622c5242b0cba5bc19f190a7c209ab9ed8f57e0
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user