Re: [sqlite] Updating on 32bit os slower than 64bit?

2012-07-17 Thread Jim "Jed" Dodgen
Are theses tests being run on the same hardware? On Tue, Jul 17, 2012 at 5:09 AM, Black, Michael (IS) wrote: > Something that might be useful is to strace that program Use the "-c" > switch to summarize the system calls first. Then use the "-tt" to show > relative

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-27 Thread Jim "Jed" Dodgen
In my experience I find that most syntax highlighters fail on occasion, especially with large files. Trust the compiler not the editor. 2011/12/27 Alexandr Němec > > Dear all, > > I have one question that is not strictly a SQLite question (sorry), but > maybe someone

Re: [sqlite] [OT] Re: Tool for database designer

2011-09-19 Thread Jim "Jed" Dodgen
Dezign is a nice cost effective tool, I used it in the past. google wwwsqldesigner it is free, a little odd, but free is good. On Mon, Sep 19, 2011 at 6:49 PM, Kai Peters wrote: > > Dezign for databases lets you do that: > >

Re: [sqlite] How do I UN-subscribe from the mailing list?

2010-07-15 Thread Jim "Jed" Dodgen
; Start by clicking the link included at the bottom of every post. > > Simon. > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Jim "Jed" Dodgen j

Re: [sqlite] SQLite turns 10 years old

2010-05-29 Thread Jim "Jed" Dodgen
make SQLite the most widely deployed > SQL database engine in the world.  And Happy 10th Birthday to SQLite! > > D. Richard Hipp > d...@sqlite.org > > > > ___ > sqlite-users mailing list > sqlite-users@

Re: [sqlite] One more on .import

2010-05-06 Thread Jim "Jed" Dodgen
at.  Go ahead and write one.  You have our permission. > > Simon. I recommend using the dynamic computer language of you choice, I prefer Perl for these kind of activities, -- Jim "Jed" Dodgen j...@dodgen.us ___ sqlite-users mailing li

Re: [sqlite] Berkeley DB adds SQL using SQLite API !!

2010-03-31 Thread Jim "Jed" Dodgen
: 1. Simpler copy, tables and indexes don't get lost or mismatched. 2. fewer handles to open a database. Lower overhead. This still is a small footprint, high-performance, low overhead SQL implementation. It does what it needs to do and no more. -- Jim "Jed" Dodgen j...@dodgen.u

Re: [sqlite] Unable to recover the DB by vacuum

2010-02-23 Thread Jim "Jed" Dodgen
ly and destroy all copies of this >> message and any attachments. >> >> WARNING: Computer viruses can be transmitted via email. The recipient should >> check this email and any attachments for the presence of viruses. The >> company accepts no liability for any

Re: [sqlite] In-memory database backup

2009-09-30 Thread Jim "Jed" Dodgen
; >> ___ >> sqlite-users mailing list >> sqlite-users@sqlite.org >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> >> > _______________ > sqlit

Re: [sqlite] Sqlite profiler

2009-09-24 Thread Jim "Jed" Dodgen
mming) > > Cheers, Christian > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Jim "Jed" Dodgen j...@dodgen.us __