8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0719891 + abd3a9e commit db0a0ceCopy full SHA for db0a0ce
src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php
@@ -182,7 +182,7 @@ public function get(): ?array
182
if ($this->driverConnection->getDatabasePlatform() instanceof OraclePlatform) {
183
$query = $this->createQueryBuilder('w')
184
->where('w.id IN ('.str_replace('SELECT a.* FROM', 'SELECT a.id FROM', $sql).')')
185
- ->setParameters($query->getParameters());
+ ->setParameters($query->getParameters(), $query->getParameterTypes());
186
187
if (method_exists(QueryBuilder::class, 'forUpdate')) {
188
$query->forUpdate();
0 commit comments