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/TSqliteMetaData.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/Data/Common/Sqlite/TSqliteMetaData.php') diff --git a/framework/Data/Common/Sqlite/TSqliteMetaData.php b/framework/Data/Common/Sqlite/TSqliteMetaData.php index 2ce46fb7..6fcf7b7f 100644 --- a/framework/Data/Common/Sqlite/TSqliteMetaData.php +++ b/framework/Data/Common/Sqlite/TSqliteMetaData.php @@ -52,6 +52,8 @@ class TSqliteMetaData extends TDbMetaData $info['TableName'] = $table; if($this->getIsView($tableName)) $info['IsView'] = true; + if(count($columns)===0) + throw new TDbException('dbmetadata_invalid_table_view', $tableName); $tableInfo = new TSqliteTableInfo($info,$primary,$foreign); $tableInfo->getColumns()->copyFrom($columns); return $tableInfo; -- cgit v1.2.3