Re: [sqlite] SQLite Database Browser officially moved to GitHub

2014-05-20 Thread justin
On 2014-05-20 21:35, Tim Streater wrote: I followed the instructions at the github URL, and was able to build sqlitebrowser. Couple of points: 1) Warn folks not to have a single-quote (') in their path, it causes the make of sqlitebrowser to fail. I moved the folder elsewhere and redid the

Re: [sqlite] SQLite Database Browser officially moved to GitHub

2014-05-20 Thread Scott Robison
Well, Apple uses special CPU compression technology to get more work done in the same amount of time... ;) On Tue, May 20, 2014 at 5:17 PM, RSmith wrote: > > On 2014/05/20 23:37, Tim Streater wrote: > >> Sorry, should have said I'm on OS X Mavericks 10.9.3. >> > > We

Re: [sqlite] SQLite Database Browser officially moved to GitHub

2014-05-20 Thread RSmith
On 2014/05/20 23:37, Tim Streater wrote: Sorry, should have said I'm on OS X Mavericks 10.9.3. We know... no other OS would report CPU usage as 400%... :) ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] SQLite Database Browser officially moved to GitHub

2014-05-20 Thread Tim Streater
On 20 May 2014 at 14:11, jus...@postgresql.org wrote: > http://sqlitebrowser.org > https://github.com/sqlitebrowser/sqlitebrowser Sorry, should have said I'm on OS X Mavericks 10.9.3. -- Cheers -- Tim ___ sqlite-users mailing list

Re: [sqlite] SQLite Database Browser officially moved to GitHub

2014-05-20 Thread Tim Streater
On 20 May 2014 at 14:11, jus...@postgresql.org wrote: > Hi all, > > Just a small heads up. The old SQLite Database > Browser project on SourceForge is officially > on GitHub as of today, and we've made a new > release (v3.1) as well. New website too (using > GitHub pages): > >

Re: [sqlite] Pre-preparing querys

2014-05-20 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/05/14 21:09, James K. Lowden wrote: > I took "statement cache" to mean that execution plans would persist > either past sqlite3_exec() or that many plan would be kept, in case > later useful, when sqlite3_step() recompiles according to passed

Re: [sqlite] SQLite Database Browser officially moved to GitHub

2014-05-20 Thread justin
On 2014-05-20 16:35, big stone wrote: Hi Justin, What are the necessary steps to rebuild SQLite Database Browser from source, on a windows 7 PC ? (I have no Qt experience, so not sure of what to download ) Good question. We should write up some instructions for that. :) Rene or Martin

Re: [sqlite] SQLite Database Browser officially moved to GitHub

2014-05-20 Thread big stone
Hi Justin, What are the necessary steps to rebuild SQLite Database Browser from source, on a windows 7 PC ? (I have no Qt experience, so not sure of what to download ) Regards, ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] SQLite Database Browser officially moved to GitHub

2014-05-20 Thread justin
Hi all, Just a small heads up. The old SQLite Database Browser project on SourceForge is officially on GitHub as of today, and we've made a new release (v3.1) as well. New website too (using GitHub pages): http://sqlitebrowser.org https://github.com/sqlitebrowser/sqlitebrowser Hope

[sqlite] Usign sqlite as user authentication JDBC Realm in tomcat 7

2014-05-20 Thread Mario Emmanuel
Dear all, I would like to know if it would be possible to use sqlite3 as db with JDBC Realm authentication in tomcat 7. If so, any configuration example would be really welcomed. I have foundĀ  contradictory information on the net (web sites where people say that it can be done and web sites

Re: [sqlite] Pre-preparing querys

2014-05-20 Thread Dan Kennedy
On 05/20/2014 07:30 AM, James K. Lowden wrote: On Mon, 19 May 2014 22:26:29 +0100 Simon Slavin wrote: On 19 May 2014, at 10:21pm, Roger Binns wrote: It seems like most language wrappers for SQLite include some sort of statement cache because it