I created this table
CREATE TABLE test (dt BIG INT)
and inserted a value:
INSERT INTO test VALUES(CURRENT_TIMESTAMP)

This goes through without an error and the physical db file then really
contains the current timestamp as a string. How can that be? Is the column
internally converted on the fly?

Thanks,
Phil
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to