|
|
@@ -104,8 +104,8 @@ trait PostgresDialectTrait {
|
|
|
->name('')
|
|
|
->type('-')
|
|
|
->iterateParts(function ($p) {
|
|
|
- if ( is_string($p) ) {
|
|
|
- $p = [ 'value' => [$p => 'literal'], 'type' => null ];
|
|
|
+ if (is_string($p)) {
|
|
|
+ $p = ['value' => [$p => 'literal'], 'type' => null];
|
|
|
} else {
|
|
|
$p['value'] = [$p['value']];
|
|
|
}
|