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 when REPLACE is used without INTO #213

Merged
merged 1 commit into from Oct 12, 2016
Merged

Conversation

xRahul
Copy link
Contributor

@xRahul xRahul commented Oct 11, 2016

Before REPLACE INTO used to get parsed-

REPLACE INTO table (a,b,c) VALUES (1,2,3)

but REPLACE without INTO threw error.

REPLACE table (a,b,c) VALUES (1,2,3)

Before REPLACE INTO used to get parsed, but REPLACE without INTO threw
error.
Copy link
Owner

@greenlion greenlion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for you contribution/PR. It is approved.

@greenlion greenlion merged commit 45227af into greenlion:master Oct 12, 2016
@xRahul
Copy link
Contributor Author

xRahul commented Oct 12, 2016

Hey @greenlion

When will these changes reflect in the composer package?

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.

None yet

2 participants