STR_FUNCTION     13930 third_party/sqlite/amalgamation/sqlite3.c     STR_FUNCTION(current_time,      0, "%H:%M:%S",          0, currentTimeFunc),
STR_FUNCTION     13931 third_party/sqlite/amalgamation/sqlite3.c     STR_FUNCTION(current_date,      0, "%Y-%m-%d",          0, currentTimeFunc),
STR_FUNCTION     13932 third_party/sqlite/amalgamation/sqlite3.c     STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc),
STR_FUNCTION     1081 third_party/sqlite/src/src/date.c     STR_FUNCTION(current_time,      0, "%H:%M:%S",          0, currentTimeFunc),
STR_FUNCTION     1082 third_party/sqlite/src/src/date.c     STR_FUNCTION(current_date,      0, "%Y-%m-%d",          0, currentTimeFunc),
STR_FUNCTION     1083 third_party/sqlite/src/src/date.c     STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc),