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

feat: Support MySQL SHA1 & SHA function #510

Merged
merged 3 commits into from
Nov 14, 2022
Merged

feat: Support MySQL SHA1 & SHA function #510

merged 3 commits into from
Nov 14, 2022

Conversation

raspberry-hu
Copy link
Contributor

What this PR does:

Which issue(s) this PR fixes:

Fixes #500

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@codecov-commenter
Copy link

codecov-commenter commented Nov 13, 2022

Codecov Report

Base: 36.04% // Head: 36.11% // Increases project coverage by +0.06% 🎉

Coverage data is based on head (0bb5a19) compared to base (7a3ef3a).
Patch coverage: 83.33% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #510      +/-   ##
==========================================
+ Coverage   36.04%   36.11%   +0.06%     
==========================================
  Files         158      159       +1     
  Lines       21593    21611      +18     
==========================================
+ Hits         7783     7804      +21     
+ Misses      12965    12960       -5     
- Partials      845      847       +2     
Impacted Files Coverage Δ
pkg/runtime/function2/sha1.go 83.33% <83.33%> (ø)
pkg/config/file/file.go 73.68% <0.00%> (+3.50%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dongzl dongzl added the SQL SQL support label Nov 14, 2022
@dongzl dongzl added this to the 0.2.0 milestone Nov 14, 2022
@jjeffcaii jjeffcaii merged commit f6dc4bb into arana-db:master Nov 14, 2022
GavinLam164 pushed a commit to GavinLam164/arana that referenced this pull request Feb 25, 2023
* feat: Support MySQL SHA1 & SHA function

* feat: Support MySQL SHA1 & SHA function

* feat: Support MySQL SHA1 & SHA function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SQL SQL support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SQL] Support MySQL SHA1 & SHA function.
5 participants