We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d92e8e commit 2927ba1Copy full SHA for 2927ba1
src/dbpp/attrs/Query.php
@@ -30,7 +30,7 @@ protected function bindValues(PDOStatement $statement, array $args): bool {
30
$type = PDO::PARAM_INT;
31
}
32
33
- if($statement->bindValue($key, $value, $type))
+ if(!$statement->bindValue($key, $value, $type))
34
return false;
35
36
0 commit comments