Re: [sqlite] Converting sqlite3 to sqlite2.

2011-06-07 Thread Joe Goldthwaite
Ah! Good to know. Thank you! On Tue, Jun 7, 2011 at 3:10 PM, Richard Hipp <d...@sqlite.org> wrote: > On Tue, Jun 7, 2011 at 5:41 PM, Joe Goldthwaite <j...@goldthwaite.us> > wrote: > > > I didn't realize that the Schema was just a > > place for the dev

Re: [sqlite] Converting sqlite3 to sqlite2.

2011-06-07 Thread Joe Goldthwaite
database schema that was being used to describe some internal control tables or something like that. On Tue, Jun 7, 2011 at 2:22 PM, Richard Hipp <d...@sqlite.org> wrote: > On Tue, Jun 7, 2011 at 4:38 PM, Joe Goldthwaite <j...@goldthwaite.us> > wrote: > > > I'm trying

Re: [sqlite] Converting sqlite3 to sqlite2.

2011-06-07 Thread Joe Goldthwaite
Hi Roger, I posted over there because it started looking like it's more of a pysql problem than a sqlite 2 problem. I copied the cookies.sqlite file from Firefox 3.6 and opened it with the sqlite manager. It says the file is schema version 1, user version 2. That's a big difference from Firefox

Re: [sqlite] Converting sqlite3 to sqlite2.

2011-06-07 Thread Joe Goldthwaite
Binns <rog...@rogerbinns.com> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/07/2011 11:41 AM, Joe Goldthwaite wrote: > > The development environment I'm using is locked into > > Python 2.4 and pysql for python 2.4 can only handle the older sqlite > format.

[sqlite] Converting sqlite3 to sqlite2.

2011-06-07 Thread Joe Goldthwaite
I've got a problem. I need to convert an sqlite3 database back to sqlite2's format on a Windows machine. I've found instructions on how to do it but they require sqlite.exe which I can't seem to find anywhere! Does anyone have a link where they can download the older version? P.S. I know the