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

Fix PostgreSQL LIKE operator support #1014

Merged
merged 6 commits into from
Jul 3, 2022
Merged

Fix PostgreSQL LIKE operator support #1014

merged 6 commits into from
Jul 3, 2022

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Jun 25, 2022

fixes #975

@mvorisek mvorisek marked this pull request as draft June 25, 2022 15:54
@mvorisek mvorisek force-pushed the fix_pgsql_like branch 3 times, most recently from 3ac0234 to 827fde4 Compare June 29, 2022 12:57
@mvorisek mvorisek force-pushed the fix_pgsql_like branch 3 times, most recently from da2ec78 to 844afcb Compare July 3, 2022 10:37
@mvorisek mvorisek marked this pull request as ready for review July 3, 2022 12:01
@mvorisek mvorisek merged commit 0a0b1e8 into develop Jul 3, 2022
@mvorisek mvorisek deleted the fix_pgsql_like branch July 3, 2022 12:59
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.

PostgreSQL does not support "column LIKE variable" syntax
1 participant