Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 293b237

Browse filesBrowse files
thsmrtone1jderusse
andauthored
Update src/Symfony/Component/Messenger/Transport/Doctrine/Connection.php
Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 755a9c0 commit 293b237
Copy full SHA for 293b237

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/Symfony/Component/Messenger/Transport/Doctrine/Connection.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Doctrine/Connection.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function get(): ?array
172172
$sql = str_replace(
173173
sprintf('FROM %s WHERE', $fromClause),
174174
sprintf('FROM %s WHERE', $this->driverConnection->getDatabasePlatform()->appendLockHint($fromClause, LockMode::PESSIMISTIC_WRITE)),
175-
$query->getSQL()
175+
$sql
176176
);
177177
}
178178

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.