mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 13:47:33 +02:00
Result: does not drop the value if detection fails
This commit is contained in:
@@ -498,6 +498,9 @@ class Result implements IDataSource
|
||||
|
||||
} elseif ($type === Type::JSON) {
|
||||
$row[$key] = json_decode($value, true);
|
||||
|
||||
} else {
|
||||
$row[$key] = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user