function dba_sqlite_report_uptime in Database Administration 7
No way to get the SQLite uptime.
File
- database/
sqlite.report.inc, line 31 - Provides database driver specific report functions.
Code
function dba_sqlite_report_uptime() {
return t('Unknown');
}