We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29219a0 commit e434eb9Copy full SHA for e434eb9
1 file changed
wp-includes/sqlite-ast/class-wp-pdo-mysql-on-sqlite.php
@@ -3810,7 +3810,7 @@ private function translate( $node ): ?string {
3810
case 'lockingClause':
3811
// MySQL locking clauses (e.g., SELECT ... FOR UPDATE) are not supported in SQLite.
3812
// We omit them for syntax compatibility. While this doesn't preserve row-level
3813
- // locking semantics, SQLite's database-level locking is sufficient for
+ // locking semantics, SQLite's database-level locking is sufficient for
3814
// typical WordPress workloads.
3815
return null;
3816
default:
0 commit comments