Commit 94007b0a authored by Jonathan.Wage's avatar Jonathan.Wage

Fixes #471

parent ef23963c
......@@ -145,7 +145,8 @@ class Doctrine_Import_Oracle extends Doctrine_Import
'scale' => $val['scale'],
);
}
return $result;
return $descr;
}
/**
......@@ -233,4 +234,4 @@ class Doctrine_Import_Oracle extends Doctrine_Import
$query = 'SELECT view_name FROM sys.user_views';
return $this->conn->fetchColumn($query);
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment