Re: [sqlite] Sqlite3 database upgrade from 3.5.4 to 3.6.15 issue

2009-06-17 Thread Kalyani Phadke
: Tuesday, June 16, 2009 12:23 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Sqlite3 database upgrade from 3.5.4 to 3.6.15 issue On Jun 16, 2009, at 3:10 PM, Kalyani Phadke wrote: But before entering the bug , I would like to find out how this happened. Whats the cause

[sqlite] Sqlite3 database upgrade from 3.5.4 to 3.6.15 issue

2009-06-16 Thread Kalyani Phadke
I am using sqlite version 3.6.15.I upgraded my database from sqlite 3.5.4 to 3.6.15. I am not able to open database from sqlite3.exe cmd utility . I can do sqlite3.exe test.DB but if type .database ,it gives me error malformed database schema. pragma integrity_check , gives error malformed

Re: [sqlite] Sqlite3 database upgrade from 3.5.4 to 3.6.15 issue

2009-06-16 Thread D. Richard Hipp
On Jun 16, 2009, at 2:53 PM, Kalyani Phadke wrote: I am using sqlite version 3.6.15.I upgraded my database from sqlite 3.5.4 to 3.6.15. I am not able to open database from sqlite3.exe cmd utility . I can do sqlite3.exe test.DB but if type .database ,it gives me error malformed database

Re: [sqlite] Sqlite3 database upgrade from 3.5.4 to 3.6.15 issue

2009-06-16 Thread Kalyani Phadke
-users-boun...@sqlite.org] On Behalf Of D. Richard Hipp Sent: Tuesday, June 16, 2009 12:02 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Sqlite3 database upgrade from 3.5.4 to 3.6.15 issue On Jun 16, 2009, at 2:53 PM, Kalyani Phadke wrote: I am using sqlite version 3.6.15.I

Re: [sqlite] Sqlite3 database upgrade from 3.5.4 to 3.6.15 issue

2009-06-16 Thread D. Richard Hipp
On Jun 16, 2009, at 3:10 PM, Kalyani Phadke wrote: But before entering the bug , I would like to find out how this happened. Whats the cause of it. Because I am not able to duplicate it all the time. IS there any way to find out what went wrong? Thanks, I have to go manually and edit sql

Re: [sqlite] Sqlite3 database upgrade from 3.5.4 to 3.6.15 issue

2009-06-16 Thread Kalyani Phadke
12:23 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Sqlite3 database upgrade from 3.5.4 to 3.6.15 issue On Jun 16, 2009, at 3:10 PM, Kalyani Phadke wrote: But before entering the bug , I would like to find out how this happened. Whats the cause of it. Because I am

Re: [sqlite] Sqlite3 database upgrade from 3.5.4 to 3.6.15 issue

2009-06-16 Thread D. Richard Hipp
On Jun 16, 2009, at 6:03 PM, Kalyani Phadke wrote: if I create dump using sqlite3.5.4 and recreate DB using that dump data using sqlite3.5.4,everything works fine. if I create dump using sqlite3.5.4 and recreate DB using that dump data using sqlite3.6.15,gets error. The text