Re: [sqlite] busy handler sometimes not called

2004-10-18 Thread Gerry Snyder
Steve Frierdich wrote: Anyone know if the problem Kevin noticed been fixed in sqlite 3.0.7? Steve Kevin Schmeichel wrote: I've noticed that sometimes the busy handler doesn't get called by functions that return SQLITE_BUSY. One example is sqlite_finalize. I'm using sqlite 2.8.14. Anyone know if

Re: [sqlite] busy handler sometimes not called

2004-10-18 Thread Steve Frierdich
Anyone know if the problem Kevin noticed been fixed in sqlite 3.0.7? Steve Kevin Schmeichel wrote: I've noticed that sometimes the busy handler doesn't get called by functions that return SQLITE_BUSY. One example is sqlite_finalize. I'm using sqlite 2.8.14. Anyone know if there's any reason for

[sqlite] busy handler sometimes not called

2004-10-18 Thread Kevin Schmeichel
I've noticed that sometimes the busy handler doesn't get called by functions that return SQLITE_BUSY. One example is sqlite_finalize. I'm using sqlite 2.8.14. Anyone know if there's any reason for this, or is it just sloppy coding? Kevin ___ D