elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
5.88k stars 1.06k forks source link

MySQL DELETE ‘WorkflowInboxMessages’ ERROR[BUG] #5227

Open 493141993 opened 4 weeks ago

493141993 commented 4 weeks ago

20240416114112

493141993 commented 4 weeks ago

MySql Version:8.0.11

cr0fters commented 2 days ago

This is caused by the latest changes in Pomelo, see issue here.

tagging @sfmskywalker for visibility

cr0fters commented 1 day ago

Worth mentioning, that if you downgrade Pomelo to 7.0.0 (you'll also need to be running on .Net 7) the issue goes away. Maybe worth waiting until they patch it on the Pomelo side rather than change the implementation here?