-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Query: improve logic around Contains(byte array) #20155
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Depends on #20164 |
Just to keep in mind... In PostgreSQL |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Currently we special case how he handle contains on byte arrays. This should be cleaned up - AllAnyContainsRewritingExpressionVisitor should be able to run after nav expansion, but currently some cases of entity equality require it to run before it.
The text was updated successfully, but these errors were encountered: