From 2d46a5c26951ca491cfe9a76e229490de5bbedf3 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 25 Jan 2009 11:49:58 +0000 Subject: [PATCH] more functions that sqlite needs --- core/database.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/database.class.php b/core/database.class.php index 19615404..b7a36733 100644 --- a/core/database.class.php +++ b/core/database.class.php @@ -97,6 +97,8 @@ class SQLite extends DBEngine { // TODO: add functions: // now() // unix_timestamp() + // lower() + // log(base, number) } public function create_table_sql($name, $data) {