Re: [sqlite] sqlite3Btree* functions

2004-09-08 Thread D. Richard Hipp
Scott McCaskill wrote: > 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 p

[sqlite] sqlite3Btree* functions

2004-09-08 Thread Scott McCaskill
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?