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

Optimize string.IndexOf(string, int) translation #1652

Merged
merged 1 commit into from
May 21, 2022
Merged

Optimize string.IndexOf(string, int) translation #1652

merged 1 commit into from
May 21, 2022

Conversation

LeaFrock
Copy link
Contributor

Based on PR for efcore from @roji, the SQL translation can be optimized when startIndex is a constant.
It's also a small enhancement for my previous PR #1645 .

@lauxjpn lauxjpn self-assigned this May 21, 2022
@lauxjpn lauxjpn added this to the 7.0.0 milestone May 21, 2022
@lauxjpn lauxjpn merged commit bd970d6 into PomeloFoundation:master May 21, 2022
@lauxjpn
Copy link
Collaborator

lauxjpn commented May 21, 2022

@LeaFrock Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants