Re: [sqlite] CURRENT_TIME returns false value

2005-07-21 Thread Joseph Bruni
whalesong:~ brunij$ date Thu Jul 21 13:40:42 MST 2005 whalesong:~ brunij$ sqlite3 /dev/null 'select current_time' 20:40:44 It works for me. I'm located at GMT-7. Where are you? Perhaps what you wanted was: select datetime('now','localtime'); On Jul 21, 2005, at 1:32 PM, Cyril Scetbon

[sqlite] current_timestamp?

2004-11-12 Thread Joseph Bruni
Hello, In the documentation for column constraints, there is an option called "default" which could take the text "current_timestamp" as its value. Supposedly, this will populate the column with the current time and date. However, when I attempt to use this, my column is simply populated with