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

[5.6] Fix SQLite update for complex update statements #22366

Merged
merged 1 commit into from
Dec 16, 2017
Merged

[5.6] Fix SQLite update for complex update statements #22366

merged 1 commit into from
Dec 16, 2017

Conversation

abdumu
Copy link
Contributor

@abdumu abdumu commented Dec 8, 2017

Current SQLite update implementation lack the support for complex statement like joins, or limits. This PR solves that.

It's to complete what I started here #22298

@abdumu abdumu changed the title Fix SQLite update for complex delete statements Fix SQLite update for complex update statements Dec 8, 2017
@GrahamCampbell GrahamCampbell changed the title Fix SQLite update for complex update statements [5.6] Fix SQLite update for complex update statements Dec 9, 2017
@taylorotwell
Copy link
Member

@themsaid can you review this?

@themsaid
Copy link
Member

@abdumu I don't understand the part where you do Str::after($key, $query->from.'.'), can you explain it more?

@abdumu
Copy link
Contributor Author

abdumu commented Dec 12, 2017

Qualified column names are not supported in SQLite update statement. Remove it and try the tests to understand it more.

@themsaid themsaid self-requested a review December 12, 2017 19:56
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