mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
ImportRun: fix prepared query
This commit is contained in:
parent
3d0a31127c
commit
20197e1c9c
@ -28,9 +28,9 @@ class ImportRun extends DbObject
|
||||
array('r' => 'imported_row'),
|
||||
$columns
|
||||
)->joinLeft(
|
||||
array('rsr' => 'rowset_checksum'),
|
||||
array('rsr' => 'imported_rowset_row'),
|
||||
'rsr.row_checksum = r.checksum',
|
||||
'r.object_name'
|
||||
array()
|
||||
)->where(
|
||||
'rsr.rowset_checksum = ?',
|
||||
$this->getConnection()->quoteBinary($this->rowset_checksum)
|
||||
|
Loading…
x
Reference in New Issue
Block a user