You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test will fail with:
Caused by: com.apple.foundationdb.relational.api.exceptions.ContextualSQLException: com.apple.foundationdb.record.RecordCoreException: com.apple.foundationdb.record.query.plan.cascades.SemanticException: The like operator expects an escape character of length 1.
Note: This is hard to reproduce without using the force continuations feature because of the unordered result. Potentially, ignoring the verification of the results can cause the continuations to be queried and reproduce the failure.
The text was updated successfully, but these errors were encountered:
Forcing continuations on a query with LIKE causes the query to fail
Steps To Reproduce:
Look at like.yamsql
Force continuations on the test:
{'abcdefghijklmnopqrstuvwxyz'},
{'___abcdef'},
{'%%abcdef'},
{'*abcdef'},
{'(abcdefghijk)'},
{'[abcdefghijk]'},
{'{abcdefghijk}'}]
The test will fail with:
Caused by: com.apple.foundationdb.relational.api.exceptions.ContextualSQLException: com.apple.foundationdb.record.RecordCoreException: com.apple.foundationdb.record.query.plan.cascades.SemanticException: The like operator expects an escape character of length 1.
Note: This is hard to reproduce without using the force continuations feature because of the unordered result. Potentially, ignoring the verification of the results can cause the continuations to be queried and reproduce the failure.
The text was updated successfully, but these errors were encountered: