Skip to content

Commit 3f612c9

Browse files
committed
Ignore SQLite.php
1 parent 31980be commit 3f612c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Database/Adapter/SQLite.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,4 +1866,9 @@ public function getUpsertStatement(
18661866

18671867
return $stmt;
18681868
}
1869+
1870+
public function getLockType(): string
1871+
{
1872+
return '';
1873+
}
18691874
}

0 commit comments

Comments
 (0)