SQLITE hangs when updating M2M relationships with one_deselect_action=delete #10462
Open
3 tasks done
Labels
API
Related to the API
Bug
Something isn't working
DB: SQLite
Specific to the SQLite 3 vendor
Good First Issue
Good for newcomers
Preflight Checklist
Describe the Bug
sqlite hangs due to multiple transactions at the same time
see also
#6888
To Reproduce
Follow https://docs.directus.io/getting-started/installation/cli/ starter guide
create m2m model between the 2 upper models (tags has posts, posts has tags)
allow public role ALL CRUD operations
set on deselete action to cascase to posts.tags field

add 1 item into each model (just add name)
execute
Errors Shown
No response
What version of Directus are you using?
9.2.2
What version of Node.js are you using?
16.6.1
What database are you using?
SQLITE
What browser are you using?
FF
What operating system are you using?
win64
How are you deploying Directus?
locally
The text was updated successfully, but these errors were encountered: