Re: [sqlite] SQLite version 3.8.6 coming soon

2014-08-07 Thread Will Parsons
Richard Hipp wrote: On Wed, Aug 6, 2014 at 8:33 PM, James K. Lowden jklow...@schemamania.org wrote: On Wed, 6 Aug 2014 07:40:43 -0400 Richard Hipp d...@sqlite.org wrote: PS: backward compatibility, no s, no? A google search shows that you see it both ways - with and without the

Re: [sqlite] capturing and testing a hot journal

2014-07-15 Thread Will Parsons
mm.w wrote: Can someone please get this a*h*l* banned? -- Will ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Useful - A Portable Class Library (PCL) for low-level (raw) access to SQLite

2014-04-10 Thread Mike Parsons
Thought some of you would find this useful ... https://github.com/ericsink/SQLitePCL.raw ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Embedded Javascript for User-defined Functions

2014-03-25 Thread Mike Parsons
Has anyone embedded a javascript engine (like http://duktape.org/) in sqlite or vice versa to allow creating user defined functions in javascript? Any pointers would be helpful ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] how to detect database change made by another application

2013-12-14 Thread Will Parsons
I have two applications that access the same database and that can run at the same time. If changes are made to the database by one application, I would like the other application to update its display to reflect the change. The total_changes() function only works from a single connexion so

[sqlite] ordering doesn't work the way I expected

2012-05-06 Thread William Parsons
it works as expected. -- William Parsons ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users