Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
shmax committed Sep 28, 2023
1 parent ce0c0a7 commit 750b523
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,14 +474,6 @@ public function init_sequence_name(Table $table): string
return '';
}

/**
* Return SQL for getting the next value in a sequence.
*/
public function next_sequence_value(string $sequence_name): ?string
{
return null;
}

/**
* @param array<string> $sequence
*/
Expand Down

0 comments on commit 750b523

Please sign in to comment.