I have investigated futher and noticed that it will break when preparing
statements like creating tables from a select.
I filed a bugreport with example code at:
http://www.sqlite.org/cvstrac/tktview?tn=3155
Dennis Cote wrote:
> Daniel Önnerby wrote:
>
>> Sometimes this interrupt occur in the
Daniel Önnerby wrote:
>
> Sometimes this interrupt occur in the middle of a
> sqlite3_prepare_v2 and in some cases this will cause my application to
> break in the SQLite code somewhere.
>
> Please let me know if you want me to investigate this futher.
>
Yes, please do so if you have the time
Forgot to say that I'm using SQLite 3.5.9 compiled from the amalgamation
with threadsafety on.
Daniel Önnerby wrote:
> Hi all!
>
> My application is running all my SQLite stuff on one thread and
> sometimes I run a sqlite3_interrupt from another thread to cancel the
> current execution. Sometim
Hi all!
My application is running all my SQLite stuff on one thread and
sometimes I run a sqlite3_interrupt from another thread to cancel the
current execution. Sometimes this interrupt occur in the middle of a
sqlite3_prepare_v2 and in some cases this will cause my application to
break in the
4 matches
Mail list logo