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. -- D. Richard Hipp <[EMAIL PROTECTED]>

