more functions that sqlite needs

This commit is contained in:
Shish 2009-01-25 11:49:58 +00:00
parent 275e0b3b64
commit 6d8ac0b4e2

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) {