RE: [sqlite] Is there a way to turn off -journal files?

2007-01-16 Thread Christian Smith
ate, then replay the saved file to recreate your memory database. You might also want to compress the resulting file. Thanks, Dave -Original Message- From: Will Leshner [mailto:[EMAIL PROTECTED] Sent: Monday, January 15, 2007 12:42 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Is

RE: [sqlite] Is there a way to turn off -journal files?

2007-01-16 Thread Dave Gierok
, I'm all ears. Anyone know if this is possible? Thanks, Dave -Original Message- From: Will Leshner [mailto:[EMAIL PROTECTED] Sent: Monday, January 15, 2007 12:42 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Is there a way to turn off -journal files? On 1/15/07, Dave Gier

Re: [sqlite] Is there a way to turn off -journal files?

2007-01-15 Thread Will Leshner
On 1/15/07, Dave Gierok <[EMAIL PROTECTED]> wrote: I'm building the Sqlite lib using the preprocessor definition TEMP_STORE=3, but I still notice that temporary '-journal' files are being created/deleted when running queries that will modify the DB. I thought that the TEMP_STORE=3 was suppose

RE: [sqlite] Is there a way to turn off -journal files?

2007-01-15 Thread Tom Briggs
3 AM > To: sqlite-users@sqlite.org > Subject: [sqlite] Is there a way to turn off -journal files? > > I'm building the Sqlite lib using the preprocessor definition > TEMP_STORE=3, but I still notice that temporary '-journal' > files are being created/deleted w

[sqlite] Is there a way to turn off -journal files?

2007-01-15 Thread Dave Gierok
I'm building the Sqlite lib using the preprocessor definition TEMP_STORE=3, but I still notice that temporary '-journal' files are being created/deleted when running queries that will modify the DB. I thought that the TEMP_STORE=3 was supposed to disable these temporary files that get created.