We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[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 )
w
WorkflowInboxMessages
Id
w0
ExpiresAt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[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
ASw
WHERE
w
.Id
IN (SELECT
w0
.Id
FROM
WorkflowInboxMessages
ASw0
WHERE
w0
.ExpiresAt
<= @__now_0LIMIT @__p_2 OFFSET @__p_1
)
The text was updated successfully, but these errors were encountered: