Skip to content

Commit c1d8c7c

Browse files
committed
remove codecoverageignore
1 parent 4188ddb commit c1d8c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/SQLSRV/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ protected function _upsertBatch(string $table, array $keys, array $values): stri
637637
$tableIdentity = $this->QBOptions['tableIdentity'] ?? '';
638638
$sql = "SELECT name from syscolumns where id = Object_ID('" . $table . "') and colstat = 1";
639639
if (($query = $this->db->query($sql)) === false) {
640-
throw new DatabaseException('Failed to get table identity'); // @codeCoverageIgnore
640+
throw new DatabaseException('Failed to get table identity');
641641
}
642642
$query = $query->getResultObject();
643643

0 commit comments

Comments
 (0)