-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
MySQL Delete
doesn't work when combined with Where ... in (?)
#699
Milestone
Comments
grantzvolsky
added a commit
to ory/hydra
that referenced
this issue
May 19, 2022
- Add a workaround for [mysql slice delete](gobuffalo/pop#699) - Optimize logout verification (save 1 db rountrip) - Update a test to use StaticContextualizer & revert CleanAndMigrate workaround - Ensure a Client generated with faker satisfies the DB schema - Remove unused argument from HandleConsentRequest
aeneasr
pushed a commit
to ory/hydra
that referenced
this issue
Jun 27, 2022
- Add a workaround for [mysql slice delete](gobuffalo/pop#699) - Optimize logout verification (save 1 db rountrip) - Update a test to use StaticContextualizer & revert CleanAndMigrate workaround - Ensure a Client generated with faker satisfies the DB schema - Remove unused argument from HandleConsentRequest
grantzvolsky
added a commit
to ory/hydra
that referenced
this issue
Aug 1, 2022
- Add a workaround for [mysql slice delete](gobuffalo/pop#699) - Optimize logout verification (save 1 db rountrip) - Update a test to use StaticContextualizer & revert CleanAndMigrate workaround - Ensure a Client generated with faker satisfies the DB schema - Remove unused argument from HandleConsentRequest
aeneasr
pushed a commit
to ory/hydra
that referenced
this issue
Aug 1, 2022
- Add a workaround for [mysql slice delete](gobuffalo/pop#699) - Optimize logout verification (save 1 db rountrip) - Update a test to use StaticContextualizer & revert CleanAndMigrate workaround - Ensure a Client generated with faker satisfies the DB schema - Remove unused argument from HandleConsentRequest
aeneasr
pushed a commit
to ory/hydra
that referenced
this issue
Aug 18, 2022
- Add a workaround for [mysql slice delete](gobuffalo/pop#699) - Optimize logout verification (save 1 db rountrip) - Update a test to use StaticContextualizer & revert CleanAndMigrate workaround - Ensure a Client generated with faker satisfies the DB schema - Remove unused argument from HandleConsentRequest
aeneasr
pushed a commit
to ory/hydra
that referenced
this issue
Sep 5, 2022
- Add a workaround for [mysql slice delete](gobuffalo/pop#699) - Optimize logout verification (save 1 db rountrip) - Update a test to use StaticContextualizer & revert CleanAndMigrate workaround - Ensure a Client generated with faker satisfies the DB schema - Remove unused argument from HandleConsentRequest
aeneasr
pushed a commit
to ory/hydra
that referenced
this issue
Sep 7, 2022
- Add a workaround for [mysql slice delete](gobuffalo/pop#699) - Optimize logout verification (save 1 db rountrip) - Update a test to use StaticContextualizer & revert CleanAndMigrate workaround - Ensure a Client generated with faker satisfies the DB schema - Remove unused argument from HandleConsentRequest
sio4
added a commit
that referenced
this issue
Sep 24, 2022
This was referenced Sep 24, 2022
Closed
Found the cause of the issue, fixed with PR #784, and will be released as v6.0.7 soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Suppose the query
This works fine, but we'd like to use Pop instead of RawQuery. So we write
This works with all dialects except for MySQL. With MySQL, we get
Steps to Reproduce the Problem
Expected Behavior
Provided testcase doesn't fail.
Actual Behavior
Provided testcase fails whith MySQL; works with other dialects.
Workarounds
Info
OS: Linux 5.13.0-37-generic
Pop: 32f6994 [development] feat: support embedded struct fields (#691)
The text was updated successfully, but these errors were encountered: