[Gambas-user] Issue 476 in gambas: Sqlite3 returns date in different format from similar syntax
gambas at ...2524...
gambas at ...2524...
Wed Nov 20 08:04:42 CET 2013
Comment #1 on issue 476 by isaf... at ...626...: Sqlite3 returns date in
different format from similar syntax
http://code.google.com/p/gambas/issues/detail?id=476
A mistake in above issue. Please read it correctly as
3) .... on executing syntax "select fldtime from tbltest" returns date in
standard date format used by gambas (e.g. 11/19/2013 18:11:45) However
usins "AS" syntax i.e. "select fldtime as fldtime from tbltest" returns
date in other string format (e.g. 2013-11-19 18:11:45.529) which is not
recognized as date by gambas.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list