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

Switch from position to strpos for text comparisons #155

Closed
wants to merge 1 commit into from

Conversation

charliefoxtwo
Copy link

Fixes #154

Both unit tests appear to only call into the IndexOf case in SqlBaseGenerator.cs but all three occurrences of position were changed just to be safe.

Fixes npgsql#154

Both unit tests appear to only call into the `IndexOf` case in SqlBaseGenerator.cs but all three occurrences of `position` were changed just to be safe.
Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @Emill can you sign off as well please?

@charliefoxtwo
Copy link
Author

appears abandoned, closing

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

Successfully merging this pull request may close these issues.

Switch from position() to strpos() for citext support
3 participants