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

Fixed parse query with escaped email value #102

Merged
merged 1 commit into from
Dec 24, 2020

Conversation

chapsuk
Copy link
Contributor

@chapsuk chapsuk commented Dec 22, 2020

Hi there 👋

We catch an error on exec query like that

sql> delete from table where email = 'foo''[email protected]' and created_at = '2020-12-21 ....'

Error: [42601] Syntax error at or near "2020"

The PR changes fixed this problem

@CLAassistant
Copy link

CLAassistant commented Dec 22, 2020

CLA assistant check
All committers have signed the CLA.

@sitingren sitingren merged commit 67ddd20 into vertica:master Dec 24, 2020
@sitingren
Copy link
Member

@chapsuk Thank you for your contribution!

@chapsuk chapsuk deleted the fix_parse_escaped_email branch December 24, 2020 08:02
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.

3 participants