hhyo / Archery

SQL 审核查询平台
https://archerydms.com
Apache License 2.0
6k stars 1.68k forks source link

修改pymongo认证失败问题 #2644

Closed woshiyanghai closed 4 months ago

woshiyanghai commented 4 months ago

fix https://github.com/hhyo/Archery/issues/2641

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 40.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 77.11%. Comparing base (14fbd5e) to head (97b7143).

Files Patch % Lines
sql/engines/mongo.py 40.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2644 +/- ## ======================================= Coverage 77.11% 77.11% ======================================= Files 117 117 Lines 16170 16171 +1 ======================================= + Hits 12470 12471 +1 Misses 3700 3700 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sunbluers commented 4 months ago

由于mongo版本较低,需要pymongo版本适配,最终fix.

wang-xiaowu commented 4 months ago

该pr引起了另一个问题: image

见:https://github.com/hhyo/Archery/pull/2645

woshiyanghai commented 4 months ago

让另一个朋友pr这里吧