-
Notifications
You must be signed in to change notification settings - Fork 603
Mysql multi-table deletes is not supported #854
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
Comments
Hi @AviRaboah as far as I know, there are no active plans to implement this feature. However, we welcome contributions and would gladly collaborate with you if you'd like to take a stab at implementing it. |
Hi thanks for your fast response.
For some reason I can’t push code to your repo due to authorization issue.
Maybe I missing something.
Thanks.
…On Tue, 18 Apr 2023 at 19:24 Ankur Goyal ***@***.***> wrote:
Hi @AviRaboah <https://github.com/AviRaboah> as far as I know, there are
no active plans to implement this feature. However, we welcome
contributions and would gladly collaborate with you if you'd like to take a
stab at implementing it.
—
Reply to this email directly, view it on GitHub
<#854 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV4SR6FYD36MP3T72YNWABTXB254HANCNFSM6AAAAAAXCJRNNE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @AviRaboah, yes that's intended — the workflow to use is a pull request which allows the maintainers of this repo to review your code before it's merged in. You usually do this by forking the repo, pushing a branch, and then submitting a pull request. Let us know if you have any questions. |
That’s exactly what I did bot for some reason got status code 403
…On Tue, 18 Apr 2023 at 19:50 Ankur Goyal ***@***.***> wrote:
Hi @AviRaboah <https://github.com/AviRaboah>, yes that's intended — the
workflow to use is a pull request
<https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests>
which allows the maintainers of this repo to review your code before it's
merged in.
You usually do this by forking the repo, pushing a branch, and then
submitting a pull request. Let us know if you have any questions.
—
Reply to this email directly, view it on GitHub
<#854 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV4SR6FKGIK7SN6UUZFQVKTXB3A63ANCNFSM6AAAAAAXCJRNNE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The following query is not supported -
DELETE t1, t2 FROM t1 INNER JOIN t2 INNER JOIN t3
WHERE t1.id=t2.id AND t2.id=t3.id;
got - ParserError("Expected FROM, found: t1")
is this query are going to be supported near future ?
thanks.
The text was updated successfully, but these errors were encountered: