"D. Richard Hipp" <[EMAIL PROTECTED]> je ob 5.9.2005 18:45:42 napisal(a):

>SQLite has *never* supported the ability of a handle to be used
>by more than one thread.  By luck, such use would sometimes work on
>some operating systems.  But it would fail on others.  Such a
>situation is very dangerous since if a developer is working on
>a system where the misuse of SQLite just happened to work, they
>might not detect their design error and then ship non-working code
>to a customer where it would fail.  A minor change in check-in [2517]
>detects the misuse of SQLite on all systems and prevents it from
>working even by chance.  This allows the problem to be detected
>early and corrected before it reaches a customer.
>
>This is not a design change.  This is not an API change.
>It does not break backwards compatibility.  All that changed
>is that certain errors in the way SQLite is used are now
>detected sooner rather than later.
>
So what does that mean.

On windows I'm protecting database handle with MREWS.
Should I rewrite about 10.000 lines of code. And Check other 30.000. To fix 
that?

Regards,
Miha

Reply via email to