Skip to content

Commit

Permalink
Improve code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Mar 8, 2024
1 parent 8ebaea5 commit a496423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/Grammars/FirebirdGrammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function selectPathList(Builder $query, $expression, $column, $pathSepara

public function compilePivotColumnNullValue(string $type, int $precision, int $scale): string
{
throw new RuntimeException('This graph relationship feature is not supported on SQL Server.'); // @codeCoverageIgnore
throw new RuntimeException('This graph relationship feature is not supported on Firebird.'); // @codeCoverageIgnore
}

public function compileCycleDetection(string $localKey, string $path): string
Expand Down

0 comments on commit a496423

Please sign in to comment.