Commit d44e42ab by Qiang Xue

Fixed oci querybuilder.

parent 13c0931b
......@@ -26,6 +26,8 @@ class QueryBuilder extends \yii\db\QueryBuilder
*/
public function build($query, $params = [])
{
$query->prepareBuild($this);
$params = empty($params) ? $query->params : array_merge($params, $query->params);
$clauses = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment