From 4a2ebb333d239b58c19d09ee88646fa0e32e71ed Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 16 Apr 2007 02:02:27 +0000 Subject: Updates to db stuff, removed js build from build.xml (no longer necessary) --- framework/Data/Common/Sqlite/TSqliteTableColumn.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/Data/Common/Sqlite/TSqliteTableColumn.php') diff --git a/framework/Data/Common/Sqlite/TSqliteTableColumn.php b/framework/Data/Common/Sqlite/TSqliteTableColumn.php index b8287218..80dcd9d9 100644 --- a/framework/Data/Common/Sqlite/TSqliteTableColumn.php +++ b/framework/Data/Common/Sqlite/TSqliteTableColumn.php @@ -25,6 +25,9 @@ Prado::using('System.Data.Common.TDbTableColumn'); */ class TSqliteTableColumn extends TDbTableColumn { + /** + * @TODO add sqlite types. + */ private static $types = array(); /** -- cgit v1.2.3