We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Acceptance criteria:
I can build statements like SELECT * FROM BOOKS WHERE ISBN LIKE '123%'.
The text was updated successfully, but these errors were encountered:
#91: Added support for LIKE predicate.
47cc9ec
#91: Added design and requirements
9b8c61f
#91: Updated the version
5e74dbd
#91: Added since parameter to deprecated annotations
0a75c26
Feature/91 support for like operator (#92)
7111efc
* #91: Added support for LIKE predicate
AnastasiiaSergienko
Successfully merging a pull request may close this issue.
Acceptance criteria:
I can build statements like SELECT * FROM BOOKS WHERE ISBN LIKE '123%'.
The text was updated successfully, but these errors were encountered: