On Thu, 21 Apr 2011 15:17:00 +0200 Fabio Spadaro <[email protected]> wrote:
> Does not work on python with sqlite3 module
Try using the date and time functions, 'date' or 'datetime' in your case:
INSERT INTO table(..., date) VALUES(..., datetime('now'));
http://www.sqlite.org/lang_datefunc.html
--
Mihai Militaru <[email protected]>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

