On 20 May 2013, at 2:41pm, Keith Medcalf <kmedc...@dessus.com> wrote:
> It works quite fine: > > sqlite> create table a(a,b text default (datetime())); > sqlite> insert into a (a) values (1); > sqlite> insert into a (a) values (2); > sqlite> select * from a; > 1|2013-05-20 13:27:30 > 2|2013-05-20 13:27:34 Interesting. The documentation would appear to be wrong, or at least incomplete. Thanks. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users