Re: [sqlite] Handling ROLLBACK

2019-03-02 Thread Chris Smith
No On Sat, Mar 2, 2019, 18:50 D Burgess wrote: > Does ROLLBACK release the transaction lock on the database ? > > I checked scripts on this. Yes. > ___ > sqlite-users mailing list > sqlite-users@mailinglists.sqlite.org >

Re: [sqlite] Size of the SQLite library

2018-06-02 Thread Chris Smith
"You are soo, bloated," said Java. On Thu, May 31, 2018, 11:58 R Smith wrote: > > On 2018/05/31 5:17 PM, ven...@intouchmi.com wrote: > > I have to agree with Bob! > > > > We have considered SQLITE for our project. Going over 500Kbytes puts it > > just beyond the size of our Flash - the

Re: [sqlite] SQLite 3.7.17 preview - 2x faster?

2013-04-07 Thread Chris Smith
Possibly related: http://en.wikipedia.org/wiki/Thrashing_(computer_science) On Sun, Apr 7, 2013 at 6:25 AM, Jean-Christophe Deschamps wrote: > Hi Max, > > The link is dead. I'd like to know more about this so can you provide us > with a live link? > > Thanks. > > >

Re: [sqlite] sqlite3 database unreadable on Mountain Lion

2012-08-06 Thread Chris Smith
Running Mountain Lion, I got: 2012-06-11 02:05:22 f5b5a13f7394dc143aa136f1d4faba6839eaa6dc for: sqlite3 :memory: 'SELECT sqlite_source_id()' On Mon, Aug 6, 2012 at 7:26 AM, Richard Hipp wrote: > On Fri, Aug 3, 2012 at 10:33 AM, Tobias Giesen >wrote:

Re: [sqlite] I consider this a bug. Anyone else?

2012-06-27 Thread Chris Smith
When seeking additional pain along these lines, your attention is drawn to sqlitejdbc. I did get it to compile and pass its test suite; actually integrating it with a project, not so much. On Tue, Jun 26, 2012 at 5:39 PM, E. Timothy Uy wrote: > " 40-80 hours digging deep into