-
Notifications
You must be signed in to change notification settings - Fork 383
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 support for string.IndexOf(string value, int startIndex)
#1645
Conversation
Can you add some functional tests, see NorthwindFunctionsQueryMySqlTest class for examples. |
Of course. I'll handle it tomorrow, thanks. |
Functional tests added. @mguinness If you're sure that it's a typo, I'll add a separate commit for fix. |
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.
Looks good!
There seems to be a mistake for these two test methods,
StringIndexOf_invariant
&StringIndexOf_current
.
Yes, please go ahead and just add another commit fixing those.
I'll fix the CI error regarding the Windows environment job, which is unrelated to your changes.
The Windows CI pipeline is fixed now. @LeaFrock Please rebase your commits on top of the latest The checks should succeed then and we will be able to merge your PR. |
@lauxjpn Done. |
@LeaFrock Thank you for your contribution! |
Fixes #1625