On Oct 14, 2009, at 4:30 AM, Wentao Han wrote:
> Hi there,
>
> When I type the following statements of SQL into sqlite3, it crashed
> with
> segmentation fault.
> CREATE TABLE todo (
> id integer primary key,
> title text,
> created timestamp default (now()),
> done boolean default 'f'
> );
> INSERT INTO todo (title) VALUES ('Learn web.py');
> I tried this under both 3.6.6.2 on Linux, and 3.6.10 on Mac OS X.
http://www.sqlite.org/src/info/2d401a
Fixed in 3.6.18
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users