mirror of
https://github.com/dg/dibi.git
synced 2025-08-07 06:36:44 +02:00
Result: does not drop the value if detection fails
This commit is contained in:
@@ -529,6 +529,9 @@ class Result implements IDataSource
|
|||||||
|
|
||||||
} elseif ($type === Type::BINARY) {
|
} elseif ($type === Type::BINARY) {
|
||||||
$row[$key] = $this->getResultDriver()->unescapeBinary($value);
|
$row[$key] = $this->getResultDriver()->unescapeBinary($value);
|
||||||
|
|
||||||
|
} else {
|
||||||
|
$row[$key] = $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user