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