Re: [sqlite] locked implies exception?

2006-07-25 Thread John Stanton
Jay Sprenkle wrote: On 7/25/06, John Stanton <[EMAIL PROTECTED]> wrote: Martin Jenkins wrote: > John Stanton wrote: > >> I used to have one but I had to shoot it when it went feral. > > As a puppy? > No, not until instead of just chasing cars it started catching and eating them. Wouldn't

Re: [sqlite] locked implies exception?

2006-07-25 Thread Jay Sprenkle
On 7/25/06, John Stanton <[EMAIL PROTECTED]> wrote: Martin Jenkins wrote: > John Stanton wrote: > >> I used to have one but I had to shoot it when it went feral. > > As a puppy? > No, not until instead of just chasing cars it started catching and eating them. Wouldn't that be 'cacheing' them

Re: [sqlite] locked implies exception?

2006-07-25 Thread John Stanton
Martin Jenkins wrote: John Stanton wrote: I used to have one but I had to shoot it when it went feral. As a puppy? mj No, not until instead of just chasing cars it started catching and eating them. Martin Jenkins wrote: Jay Sprenkle wrote: what's a CRUD? I wondered that too.

Re: [sqlite] locked implies exception?

2006-07-25 Thread Nuno Lucas
On 7/25/06, Fred Williams <[EMAIL PROTECTED]> wrote: Good Grief! Everybody knows CRUD is what you clean off on US Navy ships at least once a week. Nice to know it only affects US Navy ships ;-) (couldn't resist)

RE: [sqlite] locked implies exception?

2006-07-24 Thread Fred Williams
Good Grief! Everybody knows CRUD is what you clean off on US Navy ships at least once a week. > -Original Message- > From: John Stanton [mailto:[EMAIL PROTECTED] > Sent: Monday, July 24, 2006 10:32 AM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] locked im

Re: [sqlite] locked implies exception?

2006-07-24 Thread Martin Jenkins
John Stanton wrote: I used to have one but I had to shoot it when it went feral. As a puppy? mj Martin Jenkins wrote: Jay Sprenkle wrote: what's a CRUD? I wondered that too. http://en.wikipedia.org/wiki/CRUD_(acronym) Martin

Re: [sqlite] locked implies exception?

2006-07-24 Thread John Stanton
I used to have one but I had to shoot it when it went feral. Martin Jenkins wrote: Jay Sprenkle wrote: what's a CRUD? I wondered that too. http://en.wikipedia.org/wiki/CRUD_(acronym) Martin

Re: [sqlite] locked implies exception?

2006-07-24 Thread Jay Sprenkle
> what's a CRUD? I wondered that too. http://en.wikipedia.org/wiki/CRUD_(acronym) Martin Thanks :)

Re: [sqlite] locked implies exception?

2006-07-24 Thread Martin Jenkins
Jay Sprenkle wrote: what's a CRUD? I wondered that too. http://en.wikipedia.org/wiki/CRUD_(acronym) Martin

Re: [sqlite] locked implies exception?

2006-07-24 Thread Jay Sprenkle
On 7/24/06, Xavier Noria <[EMAIL PROTECTED]> wrote: I am trying to understand a crash I get very often. There are two processes accessing to the same database in a Windows XP (through Active Record) doing simple CRUDs on tables, and from any of the two at random I get an SQLite3::BusyException,

Re: [sqlite] locked implies exception?

2006-07-24 Thread Cory Nelson
On 7/24/06, Xavier Noria <[EMAIL PROTECTED]> wrote: I am trying to understand a crash I get very often. There are two processes accessing to the same database in a Windows XP (through Active Record) doing simple CRUDs on tables, and from any of the two at random I get an SQLite3::BusyException,

Re: [sqlite] locked implies exception?

2006-07-24 Thread Xavier Noria
On Jul 24, 2006, at 11:47, Xavier Noria wrote: The processes use transactions, Not necessarily. Could it have to do with AR asking for metadata about the schema? Just an idea.