Compare commits
2 Commits
373fccaa91
...
9e3e2f96b2
Author | SHA1 | Date | |
---|---|---|---|
9e3e2f96b2 | |||
b4589fd7b6 |
@ -50,8 +50,6 @@ class Connection implements IConnection
|
|||||||
{
|
{
|
||||||
$result = $this->connection->query($query);
|
$result = $this->connection->query($query);
|
||||||
|
|
||||||
print($query);
|
|
||||||
|
|
||||||
if ($result !== true) {
|
if ($result !== true) {
|
||||||
return new ResultSet($result);
|
return new ResultSet($result);
|
||||||
}
|
}
|
||||||
@ -81,8 +79,6 @@ class Connection implements IConnection
|
|||||||
{
|
{
|
||||||
$stmt = $this->connection->prepare($query);
|
$stmt = $this->connection->prepare($query);
|
||||||
|
|
||||||
print($query);
|
|
||||||
|
|
||||||
return new Statement($stmt);
|
return new Statement($stmt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user