This commit is contained in:
evgen-d
2014-08-05 10:12:32 +04:00
parent 39ab65c8ec
commit 32f7ae9046
2 changed files with 6 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
public function all($db = null)
{
$statement = $this->createCommand();
$statement = $this->createCommand($db);
$token = $this->getRawAql($statement);
Yii::info($token, 'devgroup\arangodb\Query::query');
try {