Skip to content

Commit

Permalink
Fixed regression in 'PostgreSQL do not support alias in update queries (
Browse files Browse the repository at this point in the history
#78)' commit
  • Loading branch information
vidarl committed Oct 9, 2018
1 parent 0097608 commit 0475d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/Command/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,13 @@ public function updateContentObjectAttribute($xml, $objectId, $attributeId, $ver
)
->andWhere(
$updateQuery->expr()->eq(
'a.version',
'version',
':version'
)
)
->andWhere(
$updateQuery->expr()->eq(
'a.language_code',
'language_code',
':language'
)
)
Expand Down

0 comments on commit 0475d7e

Please sign in to comment.