mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
executeQuery의 $arg_columns에서 별표(*)를 사용할 수 있도록 수정
This commit is contained in:
parent
1c6509597c
commit
7764d88b82
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class Query extends BaseObject
|
|||
|
||||
foreach($this->columnList as $columnName)
|
||||
{
|
||||
$columnName = $dbParser->escapeColumn($columnName);
|
||||
$columnName = $dbParser->escapeColumnExpression($columnName);
|
||||
$selectColumns[] = new SelectExpression($columnName);
|
||||
}
|
||||
unset($this->columns);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue