-
Notifications
You must be signed in to change notification settings - Fork 92
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
support mysql lpad function #566
support mysql lpad function #566
Conversation
support mysql left padding function
Codecov ReportBase: 35.28% // Head: 35.79% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #566 +/- ##
==========================================
+ Coverage 35.28% 35.79% +0.50%
==========================================
Files 182 186 +4
Lines 21131 21244 +113
==========================================
+ Hits 7456 7604 +148
+ Misses 12837 12762 -75
- Partials 838 878 +40
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* support mysql lpad function support mysql left padding function * Adapt to "NewValue" * define "int64(len(StrRunes))" val et al.
support mysql left padding function
What this PR does:
Which issue(s) this PR fixes:
Fixes # #563
Special notes for your reviewer:
Does this PR introduce a user-facing change?: