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

m2m delete handling error #2557

Closed
dstala opened this issue Jul 5, 2022 · 1 comment
Closed

m2m delete handling error #2557

dstala opened this issue Jul 5, 2022 · 1 comment
Assignees
Labels
🐹 DB : SQLite Issue found in SQLite 🐛 Type: Bug Something is broken or incorrect unexpectedly.

Comments

@dstala
Copy link
Member

dstala commented Jul 5, 2022

Node: **v16.14.0**
Arch: **arm64**
Platform: **darwin**
Docker: **false**
Database: **sqlite3**
ProjectOnRootDB: **true**
RootDB: **sqlite3**
PackageVersion: **0.92.3**

Steps To Reproduce

  1. Create two tables, create mm relation

  2. Add record in each, connect mm link
    Screenshot 2022-07-05 at 12 16 20 PM

  3. Delete record from one of the tables
    Screenshot 2022-07-05 at 12 16 35 PM

  4. Add the record again in the table in which we had deleted record. Link is automatically populated (because of mapping index in m2m table)

Expected Behavior
Deleted link information shouldn't persist in m2m table

@dstala dstala added the 🐛 Type: Bug Something is broken or incorrect unexpectedly. label Jul 5, 2022
@wingkwong wingkwong self-assigned this Jul 7, 2022
@wingkwong wingkwong added 🐹 DB : SQLite Issue found in SQLite 🏗️ Status: In Resolution Work in Progress labels Jul 7, 2022
@wingkwong wingkwong added this to the Next Release : v0.92.x milestone Jul 11, 2022
@github-actions
Copy link
Contributor

Fixed in v0.92.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐹 DB : SQLite Issue found in SQLite 🐛 Type: Bug Something is broken or incorrect unexpectedly.
Projects
None yet
Development

No branches or pull requests

2 participants