This commit is contained in:
parent
58ae36d23a
commit
15c052c6ea
@ -50,6 +50,8 @@ class Connection implements IConnection
|
||||
{
|
||||
$result = $this->connection->query($query);
|
||||
|
||||
var_dump($query);
|
||||
|
||||
if ($result !== true) {
|
||||
return new ResultSet($result);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user