--- [EMAIL PROTECTED] wrote: > Joe Wilson <[EMAIL PROTECTED]> wrote: > > I wrote too soon: > > > > http://www.sqlite.org/cvstrac/chngview?cn=3941 > > > > + /* > > + ** Maximum number of pages in one database file. > > + */ > > + #ifndef SQLITE_MAX_PAGE_COUNT > > + # define SQLITE_MAX_PAGE_COUNT 1073741823 > > + #endif > > > > This #define doesn't do anything yet. But check back > in a few days and it might.
What effect would this have on transaction/journal file sizes, if any? What currently happens if SQLite runs out of real disk space? An error followed by a clean rollback? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------