This commit is contained in:
parent
26406f61f0
commit
2169ac807a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Doctrine::autoload('Doctrine_Import');
|
|||
*/
|
||||
class Doctrine_Import_Informix extends Doctrine_Import
|
||||
{
|
||||
protected static $sql = array(
|
||||
protected $sql = array(
|
||||
'listTables' => "SELECT tabname,tabtype FROM systables WHERE tabtype IN ('T','V') AND owner != 'informix'",
|
||||
'listColumns' => "SELECT c.colname, c.coltype, c.collength, d.default, c.colno
|
||||
FROM syscolumns c, systables t,outer sysdefaults d
|
||||
|
|
Loading…
Add table
Reference in a new issue