Re: [sqlite] SQLITE_MAX_PAGE_COUNT

2014-03-05 Thread Raheel Gupta
I will make the changes as per my knowledge and send it to all on this list to see if it helps in anyway. On Thu, Mar 6, 2014 at 5:25 AM, Roger Binns wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/03/14 10:59, Raheel Gupta wrote: > > If you point

Re: [sqlite] SQLITE_MAX_PAGE_COUNT

2014-03-05 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/03/14 10:59, Raheel Gupta wrote: > If you point out to me the changes required I will do it and have it > reviewed. The changes required are to update the test suites (there are several) to hit/cross the current limit, to modify all relevant

Re: [sqlite] SQLITE_MAX_PAGE_COUNT

2014-03-05 Thread Raheel Gupta
Sir, will it require much change ? If you point out to me the changes required I will do it and have it reviewed. AT the moment I am checking code related to the following variables : mxPgno sqlite3PagerMaxPageCount (Function) pageSize On Thu, Mar 6, 2014 at 12:06 AM, Richard Hipp

Re: [sqlite] SQLITE_MAX_PAGE_COUNT

2014-03-05 Thread Richard Hipp
On Wed, Mar 5, 2014 at 1:24 PM, Raheel Gupta wrote: > SQLITE_MAX_PAGE_COUNT is 2147483646. > After looking at the code, Pgno is a u32. > So isnt SQLITE_MAX_PAGE_COUNT capable of actually being 4294967292 ? > We have your request. But as it will require a lot of testing,

[sqlite] SQLITE_MAX_PAGE_COUNT

2014-03-05 Thread Raheel Gupta
SQLITE_MAX_PAGE_COUNT is 2147483646. After looking at the code, Pgno is a u32. So isnt SQLITE_MAX_PAGE_COUNT capable of actually being 4294967292 ? Please correct me if I am wrong ___ sqlite-users mailing list sqlite-users@sqlite.org