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 #16

Open
zyyc5 opened this issue Jul 30, 2018 · 1 comment
Open

bug #16

zyyc5 opened this issue Jul 30, 2018 · 1 comment

Comments

@zyyc5
Copy link

zyyc5 commented Jul 30, 2018

encoder.js 347行
for (sub in condition.sub_conditions) { var subFilter = {}; TableStore.encoder._makeColumnCondition(subFilter, condition.sub_conditions[sub]); proto.sub_filters.push(subFilter); }
如果我在 Array.prototype 上加过一些自定义方法,那么,上面的代码会遍历到我的方法并报错,array上加方法应该是很常见的操作,希望上面的代码能考虑的更严谨

@wenwuwu
Copy link

wenwuwu commented Apr 27, 2020

路人。Array 上加方法不是很常见的操作。我不认为是最佳实践。

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