Re: [sqlite] Google Chrome and SQLite3

2008-09-08 Thread Jeff Johnson
Rich Rattanni wrote: > So after playing around in my application data directory for google > chrome, I noticed file called something-journal. Of course, I knew > what that was. So I began opening all kinds of SQLite databases in > use by Chrome (had to close chrome due to locks on a few of

Re: [sqlite] Google Chrome and SQLite3

2008-09-08 Thread Shawn Wilsher
On Mon, Sep 8, 2008 at 1:30 PM, Rich Rattanni <[EMAIL PROTECTED]> wrote: > So after playing around in my application data directory for google > chrome, I noticed file called something-journal. Of course, I knew > what that was. So I began opening all kinds of SQLite databases in > use by

Re: [sqlite] Google Chrome and SQLite3

2008-09-08 Thread P Kishor
Chrome is built heavily on Gears... all SQLite all the way. On another note, one of the reasons why Chrome may not yet be available on Macs, in spite of using WebKit as its rendering engine, is that Gears is not yet available on Macs via Safari (Gears can be used on Macs via FF). So, this implies

[sqlite] Google Chrome and SQLite3

2008-09-08 Thread Rich Rattanni
So after playing around in my application data directory for google chrome, I noticed file called something-journal. Of course, I knew what that was. So I began opening all kinds of SQLite databases in use by Chrome (had to close chrome due to locks on a few of them). Interesting the things