mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-04 06:24:36 +01:00
Fixed encoding of empty ArrayExpression for PostgreSQL
This commit is contained in:
@@ -102,8 +102,6 @@ class ArrayParser
|
||||
|
||||
if (!$isQuoted && $result === 'NULL') {
|
||||
$result = null;
|
||||
} elseif ($isQuoted && $result === '{}') {
|
||||
$result = [];
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
||||
Reference in New Issue
Block a user