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

[BUG]Errors occurred when using both MySQL version 8 and MySQL version 9 #6065

Open
EthanZqh opened this issue Oct 29, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@EthanZqh
Copy link

[ERR] [Microsoft.EntityFrameworkCore.Database.Command] [] [] - Failed executing DbCommand (1ms) [Parameters=[@__now_0='?' (DbType = DateTimeOffset), @__p_2='?' (DbType = Int32), @__p_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
DELETE w
FROM WorkflowInboxMessages AS w
WHERE w.Id IN (
SELECT w0.Id
FROM WorkflowInboxMessages AS w0
WHERE w0.ExpiresAt <= @__now_0
LIMIT @__p_2 OFFSET @__p_1
)
elsa-mysql-err

@EthanZqh EthanZqh added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant