Skip to content
Snippets Groups Projects
Commit 42f21b0c authored by mondrake's avatar mondrake
Browse files

Whoops

parent 1e330137
No related branches found
No related tags found
4 merge requests!11355Create the database driver for MySQLi #3259709,!10263Closes #3488467,!10207Replace \PDO::FETCH_* constants to indicate fetch mode with an enumeration,!5247Enable dynamic queries to produce SQL with positional placeholders
......@@ -42,7 +42,7 @@ protected function pdoToFetchAs(int $mode): FetchAs {
* If the client-level statement is not set.
*/
public function getClientStatement(): \PDOStatement {
if (!isset($this->clientStatement)) {
if (isset($this->clientStatement)) {
assert($this->clientStatement instanceof \PDOStatement);
return $this->clientStatement;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment