Re: [sqlite] upgrading DB from 3.6.23 to 3.7.5

2011-02-11 Thread Sam Carleton
Ok, it looks like it is my environment, I just created a little .Net test program and it worked fine. Maybe I have the other process running already, though I didn't think that was the case. I am off to do some more digging. On Fri, Feb 11, 2011 at 9:14 AM, Dan Kennedy

Re: [sqlite] upgrading DB from 3.6.23 to 3.7.5

2011-02-11 Thread Dan Kennedy
On 02/11/2011 08:08 PM, Sam Carleton wrote: > On Fri, Feb 11, 2011 at 6:54 AM, Philip Graham Willoughby< > phil.willoug...@strawberrycat.com> wrote: > >> Hi Sam, >> >> On 11 Feb 2011, at 05:29, Sam Carleton wrote: >>> I am sure it is bad form, but attached is one of the 3.6.23 DB, it is >> only

Re: [sqlite] upgrading DB from 3.6.23 to 3.7.5

2011-02-11 Thread Sam Carleton
On Fri, Feb 11, 2011 at 6:54 AM, Philip Graham Willoughby < phil.willoug...@strawberrycat.com> wrote: > Hi Sam, > > On 11 Feb 2011, at 05:29, Sam Carleton wrote: > > I am sure it is bad form, but attached is one of the 3.6.23 DB, it is > only > > 12K. > > The mailing list software strips

Re: [sqlite] upgrading DB from 3.6.23 to 3.7.5

2011-02-11 Thread Philip Graham Willoughby
Hi Sam, On 11 Feb 2011, at 05:29, Sam Carleton wrote: > I am sure it is bad form, but attached is one of the 3.6.23 DB, it is only > 12K. The mailing list software strips attachments; can you share it on dropbox (free account here: http://www.dropbox.com/referrals/NTEwMzQxNDc1OQ ) or some

[sqlite] upgrading DB from 3.6.23 to 3.7.5

2011-02-10 Thread Sam Carleton
I am in the process of upgrading my app from using SQLite.net w/ 3.6.23 to SQLite.net w/ 3.7.5. When the .Net program starts in a fresh install state, aka no system db exists and it builds one up via SQL script all works fine. When it opens an existing 3.6.23 system db, it gets a database lock.