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: add mysql right function #528

Merged
merged 1 commit into from
Nov 19, 2022
Merged

feat: add mysql right function #528

merged 1 commit into from
Nov 19, 2022

Conversation

raspberry-hu
Copy link
Contributor

What this PR does:

Which issue(s) this PR fixes:

Fixes #519

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@codecov-commenter
Copy link

Codecov Report

Base: 36.59% // Head: 36.61% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (167875a) compared to base (0d0d7ab).
Patch coverage: 60.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #528      +/-   ##
==========================================
+ Coverage   36.59%   36.61%   +0.02%     
==========================================
  Files         165      166       +1     
  Lines       21675    21690      +15     
==========================================
+ Hits         7931     7942      +11     
- Misses      12877    12878       +1     
- Partials      867      870       +3     
Impacted Files Coverage Δ
pkg/runtime/function/right.go 60.00% <60.00%> (ø)
pkg/schema/loader.go 6.74% <0.00%> (+1.12%) ⬆️

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 19, 2022
@dongzl dongzl added this to the 0.2.0 milestone Nov 19, 2022
@jjeffcaii jjeffcaii merged commit 40dd633 into arana-db:master Nov 19, 2022
GavinLam164 pushed a commit to GavinLam164/arana that referenced this pull request Feb 25, 2023
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 RIGHT function.
5 participants