mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Remove useless comment
This commit is contained in:
parent
19dd79bdee
commit
17ea79bb4e
1 changed files with 0 additions and 1 deletions
|
@ -714,7 +714,6 @@ static bool pdo_do_key_pair_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation o
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (stmt->column_count != 2) {
|
if (stmt->column_count != 2) {
|
||||||
/* TODO: Error? */
|
|
||||||
pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain exactly 2 columns.");
|
pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain exactly 2 columns.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue