Skip to content

Commit

Permalink
Update sql-ast-narrowing.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Feb 23, 2023
1 parent 424f06f commit b15c06c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/default/data/sql-ast-narrowing.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public function strReplace(PDO $pdo)
$stmt = $pdo->query("SELECT REPLACE(c_varchar25, 'w', 'Ww') as str from typemix");
assertType('PDOStatement<array{str: string|null, 0: string|null}>', $stmt);
}

public function joinNullable(PDO $pdo): void
{
$stmt = $pdo->query('SELECT adaid, eladaid from ada join ak on (adaid = eladaid)');
Expand Down

0 comments on commit b15c06c

Please sign in to comment.