Ignore:
Timestamp:
2012/09/06 02:38:08 (12 years ago)
Author:
Seasoft
Message:

#1716 (Postgres Plus Advanced Server 9.1 対応)

  • テーブル一覧にシステムテーブルが混在する不具合を回避。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_Query.php

    r21981 r22019  
    839839     */ 
    840840    function listTables() { 
    841         $objManager =& $this->conn->loadModule('Manager'); 
    842         return $objManager->listTables(); 
     841        return $this->dbFactory->listTables($this); 
    843842    } 
    844843 
Note: See TracChangeset for help on using the changeset viewer.