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

Stalling Sqlite when using cascading foreign contraints #13307

Merged
merged 2 commits into from
May 16, 2022

Conversation

eikaramba
Copy link
Contributor

@eikaramba eikaramba commented May 15, 2022

Fixes #10462

otherwise the transaction pool of knex runs full. reusing the knex transaction/connection fixes it.

…raints

otherwise the transaction pool runs full of knex
@azrikahar azrikahar changed the title Fix #10462: Stalling Sqlite when using cascading foreign contraints Stalling Sqlite when using cascading foreign contraints May 16, 2022
@rijkvanzanten rijkvanzanten added this to the v9-next milestone May 16, 2022
@rijkvanzanten rijkvanzanten merged commit e063f1f into directus:main May 16, 2022
brandnewx pushed a commit to brandnewx/directus that referenced this pull request May 17, 2022
* Fix directus#10462: Stalling Sqlite when using cascading foreign contraints

otherwise the transaction pool runs full of knex

* make linter happy
brandnewx added a commit to brandnewx/directus that referenced this pull request May 17, 2022
* New translations en-US.yaml (Japanese) (directus#13324)

* New translations en-US.yaml (Catalan) (directus#13325)

* fix app docs collection & item page (directus#13316)

* Stalling Sqlite when using cascading foreign contraints (directus#13307)

* Fix directus#10462: Stalling Sqlite when using cascading foreign contraints

otherwise the transaction pool runs full of knex

* make linter happy

* improved clarity of logical operators explanation (directus#13327)

* Allow creating big integer auto-incremented primary keys in MySQL and PostgreSQL (directus#13301)

* Prevent changing active status of last admin user (directus#13309)

* Delete CODEOWNERS

Prefer assigning reviewers on a case by case, than have me auto-assigned everywhere all the time

* New Crowdin updates (directus#13328)

* Update source file en-US.yaml

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (French, Canada)

* New translations en-US.yaml (Italian) (directus#13330)

* New translations en-US.yaml (Catalan) (directus#13332)

* replaced video (directus#13333)

* New translations en-US.yaml (Catalan) (directus#13335)

* Fix docs homepage sidebar (directus#13270)

* Fix docs homepage sidebar

* Update progress indicator's color

* Apply style to homepage sidebar only

* Set different progress indicator color for light mode

* Fix inconsistent revisions after batch update (directus#13250)

* Sort keys to ensure order

* Set query limit as the number of keys

* Add query limit only when reading by keys

* Update test

* Check if keys is of array type

* New translations en-US.yaml (Catalan) (directus#13336)

* New Crowdin updates (directus#13340)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Polish)

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
Co-authored-by: eikaramba <eikaramba@users.noreply.github.com>
Co-authored-by: Eron Donevan Powell <62306630+erondpowell@users.noreply.github.com>
Co-authored-by: Samuele Zolfanelli <samdazel@gmail.com>
Co-authored-by: ian <licitdev@gmail.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQLITE hangs when updating M2M relationships with one_deselect_action=delete
2 participants