Hi everyone. I am thinking about upgrading sqlite version, and I found lots of things changed in sqlite3, for example, sqliteBtreeUpdateMeta(Btree *pBt, int *aMeta) changed to sqlite3BtreeUpdateMeta(Btree *p, int idx, u32 iMeta), What should I put in idx and iMeta? and old code require call BeginTransaction() before it, will new code need it too?
Anyone did such kind of upgrade before? I could not find information about upgrade in sqlite webpages or wiki. Please send me info if you hack it before, I will gather all the info and update the wiki. Julian