It would be helpful if the maximum size was configurable per database
via a PRAGMA statement. That way you would be able to ensure a
non-critical database doesn't grow too large leaving no space for one
that is more important.

On 5/7/07, [EMAIL PROTECTED] <[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.
--
D. Richard Hipp <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to