Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 09fbcd9

Browse files
committed
Improve docs and naming
1 parent beaa51d commit 09fbcd9

File tree

3 files changed

+637
-144
lines changed

3 files changed

+637
-144
lines changed

tests/WP_SQLite_Driver_Translation_Tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ function ( $query ) {
12851285
// Remove "select changes()" executed after some queries.
12861286
if (
12871287
count( $executed_queries ) > 1
1288-
&& 'select changes()' === $executed_queries[ count( $executed_queries ) - 1 ] ) {
1288+
&& 'SELECT CHANGES()' === $executed_queries[ count( $executed_queries ) - 1 ] ) {
12891289
array_pop( $executed_queries );
12901290
}
12911291

0 commit comments

Comments
 (0)