dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-09 10:58:04 +09:00
parent 5dbaf3226f
commit c87c37dcc6

View File

@ -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());