On May 15, 2009, at 9:07 AM, Sam Carleton wrote:
> I would like CURRENT_TIMESTAMP to be more accurate than just one
> second, any suggestions on how I might do that once? My solution is
> all a C/C++ interface, so all features are open to me.
Option 1 - use: julianday('now') instead of CURRENT_TIMESTAMP
Option 2 - modify ctimestampFunc in date.c
Presently ctimestampFunc uses datetimeFunc; datetimeFunc doesn't
return fractional seconds.
e
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users