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 deletions using joins; fixes #5478 #5491

Merged

Conversation

cedric-anne
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #5478

Table name is mandatory beween DELETE and FROM when deletion is using joins (and is just useless when only one table is used).

I assume that we only want to delete data from the main table.

@cedric-anne cedric-anne marked this pull request as ready for review March 1, 2019 10:20
@yllen yllen self-requested a review March 1, 2019 15:18
@trasher trasher merged commit 4685a53 into glpi-project:9.4/bugfixes Mar 1, 2019
@cedric-anne cedric-anne deleted the 9.4/fix-update-delete-joins branch March 1, 2019 19:22
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

3 participants