--- 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 multi-threaded case to safely initialize 
global data structures.

These incorrect usage checks can be less safe because your program is 
coded incorrectly, and not crashing is just a bonus - a favor to you, 
if you will. You shouldn't rely on them. You should fix your code when 
you encounter such errors.

__________________________________________________
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]
-----------------------------------------------------------------------------

Reply via email to