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

add lower index for postgresql #1663

Merged
merged 2 commits into from
Sep 14, 2021
Merged

add lower index for postgresql #1663

merged 2 commits into from
Sep 14, 2021

Conversation

strehle
Copy link
Member

@strehle strehle commented Sep 13, 2021

fix issue #1662

issue caused by dca40d9

With this change the existing index is by-passed because postgresql needs an index on lower if compare method is LOWER()

@strehle strehle requested a review from torsten-sap September 13, 2021 21:26
@strehle strehle linked an issue Sep 13, 2021 that may be closed by this pull request
@strehle strehle added this to the 75.8.0 milestone Sep 13, 2021
simply to have same version as latest in folder
@strehle strehle merged commit a1386b0 into develop Sep 14, 2021
@strehle strehle deleted the fix/issue/1662 branch September 14, 2021 09:59
@cf-gitbot cf-gitbot added the accepted Accepted the issue label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted the issue performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing lower index on users table - needed for postgres
3 participants