more functions that sqlite needs

This commit is contained in:
Shish 2009-01-25 11:49:58 +00:00 committed by Shish
parent 4af20a3cb5
commit 2d46a5c269

View File

@ -97,6 +97,8 @@ class SQLite extends DBEngine {
// TODO: add functions: // TODO: add functions:
// now() // now()
// unix_timestamp() // unix_timestamp()
// lower()
// log(base, number)
} }
public function create_table_sql($name, $data) { public function create_table_sql($name, $data) {