Skip to content

Commit

Permalink
fixup! Add skipLocked() to the query builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Herberto Graca committed Jul 23, 2023
1 parent 295a92e commit 0b6bfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Platforms/MySQL57Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected function initializeDoctrineTypeMappings()
}

/**
* Returns '', as SKIP LOCKED is only available since MySQL8.
* Returns '', as SKIP LOCKED is only available since MySQL 8.
*/
public function getSkipLockedSQL(): string
{
Expand Down

0 comments on commit 0b6bfa3

Please sign in to comment.