mirror of
https://github.com/dg/dibi.git
synced 2025-08-07 06:36:44 +02:00
parser updates, DibiResult:: to Dibi::
This commit is contained in:
@@ -226,8 +226,8 @@ class DibiSqliteResult extends DibiResult
|
||||
$this->meta = $this->convert = array();
|
||||
for ($index = 0; $index < $count; $index++) {
|
||||
$name = sqlite_field_name($this->resource, $index);
|
||||
$this->meta[$name] = array('type' => self::FIELD_UNKNOWN);
|
||||
$this->convert[$name] = self::FIELD_UNKNOWN;
|
||||
$this->meta[$name] = array('type' => dibi::FIELD_UNKNOWN);
|
||||
$this->convert[$name] = dibi::FIELD_UNKNOWN;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user