Simon Slavin <slavins@...> writes:

> 
> 
> On 30 Sep 2011, at 11:09am, Filip Navara wrote:
> 
> > Reproduced with the following steps:
> > 
> >> sqlite3 test.db
> > pragma count_changes=1;
> > create table a (a);
> > vacuum;
> > 
> > (SQLite 3.7.8 on Windows)
> 
> On my Mac
> 
> SQLite version 3.7.5
> Enter ".help" for instructions
> Enter SQL statements terminated with a ";"
> sqlite> pragma count_changes=1;
> sqlite> create table a (b);
> sqlite> vacuum;
> sqlite> 
> 
> Apparently no problem.  Don't know if that helps anybody.
> 
> Simon.
> 


I don't have Mac but I tried mentioned steps using sqlite3.exe using both
versions 3.7.8 and 3.7.5. It crashed every time.

I'm don't know where to get older versions to investigate where the crash
started happening. I just know for sure that ancient version 3.6.6.1 we were
using before did not crash.

Best regards,
RS


_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to