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

Translation for the SQL Server PATINDEX function #33702

Open
roji opened this issue May 11, 2024 · 2 comments
Open

Translation for the SQL Server PATINDEX function #33702

roji opened this issue May 11, 2024 · 2 comments
Labels
Milestone

Comments

@roji
Copy link
Member

roji commented May 11, 2024

SQL Server has PATINDEX, which allows getting the index of a LIKE-like pattern (as opposed to just checking whether the pattern matches). EF6 had SqlFunctions.PatIndex.

Raised by @irg1008 in #6159.

@Ricketiman
Copy link

Hi @roji , I would be glad to work on this issue as my first contribution if it hasn't been worked on yet :)

@roji
Copy link
Member Author

roji commented May 30, 2024

Sure thing, feel free to submit a PR!

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

No branches or pull requests

2 participants