RE: Re[4]: [sqlite] Proposed sqlite3_initialize() interface

2007-10-30 Thread James Dennett
[EMAIL PROTECTED] wrote: > > Hello Joe, > > Tuesday, October 30, 2007, 2:08:55 PM, you wrote: > > JW> --- Teg <[EMAIL PROTECTED]> wrote: > >> You'll just end up exchanging an "are you initialized" flag for a "have > >> you called the initialization routine" flag. I don't see it changing > >>

Re: Re[4]: [sqlite] Proposed sqlite3_initialize() interface

2007-10-30 Thread Joe Wilson
--- Teg <[EMAIL PROTECTED]> wrote: > I was speaking of internally, inside SQlite. I'm sure you expect to > get an error if you call into SQLite without calling the initialize > routine first. Instead of returning an error, why not initialize right there > instead? Because of the overhead in the