mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 06:07:39 +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) {
|
||||
$row[$key] = $this->getResultDriver()->unescapeBinary($value);
|
||||
|
||||
} else {
|
||||
$row[$key] = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user