1
0
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:
drh
2006-01-02 18:24:40 +00:00
parent 5118b918d8
commit 35a5965a17
4 changed files with 155 additions and 8 deletions

View File

@@ -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.
*/
/*