Hi *,
Where I can find the list of the internal functions? for example: datetime()
strftime()
All but the date/time functions are listed in func.c in a table that's part of sqlite3RegisterBuiltinFunctions(); the date/time functions are listed in a similar table in sqlite3RegisterDateTimeFunctions in date.c.