Ok, i saw the Check-in #2724.

You should make in pager.h:

#if SQLITE_DEFAULT_PAGE_SIZE > SQLITE_MAX_PAGE_SIZE
#error "blah blah"
#endif

Mon, Sep 19, 2005 at 02:53:53PM -0400: D. Richard Hipp wrote:
> On Mon, 2005-09-19 at 13:42 -0400, D. Richard Hipp wrote:
> > On Mon, 2005-09-19 at 19:04 +0200, Guillaume Fougnies wrote:
> > > Hello,
> > > 
> > > During the upgrade from 3.2.5 to 3.2.6, i removed my
> > > compile time option SQLITE_DEFAULT_PAGE_SIZE.
> > > 
> > > 3.2.6 is not able to access anymore to databases !?!
> > > SQLite version 3.2.6
> > > Enter ".help" for instructions
> > > sqlite> .schema
> > > Error: malformed database schema
> > > 
> > > 
> 
> Recompile with -DSQLITE_MAX_PAGE_SIZE=32768 or ...=16384.
> Should work then.
--
Guillaume FOUGNIES             Cell:         +33 6 23869151
Eulerian Technologies          Fax :         +33 1 43665802
52 bis rue ramponeau           ICQ :               19261222
75020 Paris - FRANCE           MSN : [EMAIL PROTECTED]

Reply via email to