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.
--
Wentao Han
Institute of High-Performance Computing
Department of Computer Science and Technology
Tsinghua University
Beijing 100084, China
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users