more fixed to make it strict compatable
This commit is contained in:
parent
1c818f51fa
commit
5f44b71af6
@ -212,7 +212,7 @@ class ADODB_DataDict {
|
|||||||
* @return array of tables for current database.
|
* @return array of tables for current database.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function MetaTables()
|
function &MetaTables($ttype=false,$showSchema=false,$mask=false)
|
||||||
{
|
{
|
||||||
global $ADODB_FETCH_MODE;
|
global $ADODB_FETCH_MODE;
|
||||||
|
|
||||||
|
@ -248,7 +248,7 @@ class ADODB2_mysql extends ADODB_DataDict {
|
|||||||
*
|
*
|
||||||
* @return array of ADOFieldObjects for current table.
|
* @return array of ADOFieldObjects for current table.
|
||||||
*/
|
*/
|
||||||
function MetaColumns($table)
|
function MetaColumns($table, $upper = true, $schema = false)
|
||||||
{
|
{
|
||||||
$this->_findschema($table,$schema);
|
$this->_findschema($table,$schema);
|
||||||
if ($schema) {
|
if ($schema) {
|
||||||
|
Loading…
Reference in New Issue
Block a user