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

add numberlong type support to mongo #2224

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

cyqxyy
Copy link
Contributor

@cyqxyy cyqxyy commented Aug 2, 2023

添加对mongo NumberLong的支持。
查询时可以使用 NumberLong
示例:
db.test.find({ 'test': NumberLong('1670701331128705025') })

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Patch coverage: 14.28% and project coverage change: -0.02% ⚠️

Comparison is base (cedc1f3) 75.13% compared to head (38227cd) 75.11%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2224      +/-   ##
==========================================
- Coverage   75.13%   75.11%   -0.02%     
==========================================
  Files         105      105              
  Lines       15169    15176       +7     
==========================================
+ Hits        11397    11400       +3     
- Misses       3772     3776       +4     
Files Changed Coverage Δ
sql/engines/mongo.py 61.07% <14.28%> (-0.40%) ⬇️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@LeoQuote LeoQuote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修一下 lint ,别的没问题

Copy link
Collaborator

@LeoQuote LeoQuote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修一下lint, 别的 OK

@LeoQuote LeoQuote merged commit 6c0d15a into hhyo:master Aug 2, 2023
7 of 9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants