Add Mysql/MariaDB support
This commit is contained in:
3
vendor/PicoDb/Table.php
vendored
3
vendor/PicoDb/Table.php
vendored
@@ -67,8 +67,7 @@ class Table
|
||||
|
||||
$result = $this->db->execute($sql, $values);
|
||||
|
||||
if ($result !== false && $result->rowCount() > 0) {
|
||||
|
||||
if ($result !== false/* && $result->rowCount() > 0*/) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user