-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
处理mongodb 语句长度超过4000执行失败的问题 #2239
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #2239 +/- ##
==========================================
- Coverage 75.53% 75.52% -0.01%
==========================================
Files 107 107
Lines 15455 15455
==========================================
- Hits 11674 11673 -1
- Misses 3781 3782 +1
☔ View full report in Codecov by Sentry. |
修改格式重新pr |
lint 修一下 |
这个lint失败的原因是什么? |
你执行 |
mongodb 在语句超过4000时,使用load 命令执行语句,最后返回的结果中会包含一个true,
导致最后在返回结果集判断返回行数,json 解析失败。整个工单执行状态返回失败。