Re: [sqlite] WAL files and PERL question

2013-09-22 Thread Clemens Ladisch
Larry Brasfield wrote: > If I go into the firefox add on and run a checkpoint , the 2 new invoices > get flushed from the WL to the db file and then my program sees them > what am I doing wrong where my script is only looking at the db file and not > the WAL file? An explanation would be that your

Re: [sqlite] WAL files and PERL question

2013-09-22 Thread Larry Brasfield
John Carey wrote: [Lot's of stuff, in multiple, apparently redundant threads, cut as irrelevant.] If I go into the firefox add on and run a checkpoint , the 2 new invoices get flushed from the WL to the db file and then my program sees them what am I doing wrong where my script is only lookin

[sqlite] WAL files and PERL question

2013-09-21 Thread John Carey
Hello, I am trying to write a simple perl program (perl version 5.16.3). I am accessing a SQLite db using WAL. It took me a while but I learned that my connection is only looking at the DB file and not the WAL file. As a result, my queries are not