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

提BUG #4

Closed
wangjiazheng opened this issue Dec 21, 2017 · 2 comments
Closed

提BUG #4

wangjiazheng opened this issue Dec 21, 2017 · 2 comments

Comments

@wangjiazheng
Copy link

if ($count == 2) {

此处需要考虑,如果 ->select( "a, b, c") 时,那么会被重新组装成 a, AS b, AS c 而出错。
我没法提交,麻烦作者提交一下。
533行这一句,改为:
if ($count == 2 && trim($parts[0]) != '' && trim($parts[1]) != '') {

538行这一句,改为:
$this->cols[] = trim($spec);

由于这一段时间,我没有composer update,就没有发现这个问题。昨天我更新了之后,今天发现了因此发生的一些问题。我相信也有其他小伙伴会遇到同样的问题。麻烦有时间修改一下,谢谢!

walkor added a commit that referenced this issue Dec 21, 2017
@walkor
Copy link
Owner

walkor commented Dec 21, 2017

fixed

@walkor walkor closed this as completed Dec 21, 2017
@walkor
Copy link
Owner

walkor commented Dec 21, 2017

thanks

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