I've been experimenting with using the sqlite3Btree* functions by themselves. I'd like to have sqlite3BtreeMoveto use the comparison function (instead of an int key), but I see from looking at the code that it never does this for pages marked as INTKEY. What causes pages to be marked this way? Also, is it possible to have duplicate keys when using these functions? Any other suggestions for using these functions would also be appreciated.
thanks, Scott McCaskill