Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改mongo驱动下闭包查询bug, 具体示例为查询a and (c or d) 闭包查询语句出错 #10

Open
zhouj opened this issue Dec 16, 2016 · 1 comment

Comments

@zhouj
Copy link

zhouj commented Dec 16, 2016

// 使用闭包查询
$query = new Query($this->connection);
call_user_func_array($value, [ & $query]);
$filter[$logic][] = $this->parseWhere($query->getOptions('where'));
去掉[$logic]
在151行左右
修改mongo驱动下闭包查询bug, 具体示例为查询a and (c or d) 闭包查询语句出错

@liu21st
Copy link
Member

liu21st commented Dec 16, 2016

感谢反馈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants