dbms_primeidc_init...1
This commit is contained in:
parent
5dbaf3226f
commit
c87c37dcc6
@ -200,7 +200,7 @@ class QueryBuilder
|
|||||||
{
|
{
|
||||||
$sql = $this->buildSelectSql();
|
$sql = $this->buildSelectSql();
|
||||||
if ($this->_debug) {
|
if ($this->_debug) {
|
||||||
echo "\nSQL DEBUG:" . $this->toRawSql();
|
echo "\n<BR>SQL DEBUG:" . $this->toRawSql() . "<BR>";
|
||||||
}
|
}
|
||||||
$this->latestQuery = $this->toRawSql();
|
$this->latestQuery = $this->toRawSql();
|
||||||
$stmt = $this->pdo->prepare($this->buildSelectSql());
|
$stmt = $this->pdo->prepare($this->buildSelectSql());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user