Re: [sqlite] Increasing ATTACH_MAX

2007-04-24 Thread drh
"Andrew Finkenstadt" <[EMAIL PROTECTED]> wrote: > > I did not research how prepared statements have their vdbe opcodes > serialized or stored, and whether those opcodes depend on the size of the > Parse structure, whose size would be changing by bumping the writeMask or > cookieMask fields from

Re: [sqlite] Increasing ATTACH_MAX

2007-04-24 Thread Andrew Finkenstadt
On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Andrew Finkenstadt" <[EMAIL PROTECTED]> wrote: > I'm exploring what it would take to support more than 10 attached databases > within one SQLite connection object. It appears that the change will be > rather simple: > > ATTACH_MAX can

Re: [sqlite] Increasing ATTACH_MAX

2007-04-24 Thread drh
"Andrew Finkenstadt" <[EMAIL PROTECTED]> wrote: > I'm exploring what it would take to support more than 10 attached databases > within one SQLite connection object. It appears that the change will be > rather simple: > > ATTACH_MAX can be made as high as 30 without further issues, given the >