jakob / jakob/Postico

Cascade DELETE on single objects

Open
#444 0 comments 9 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
486
Forks
8
PR merge metrics
No merged PRs in 30d

Description

Currently, if you DROP or TRUNCATE a table, a CASCADE deletes any related objects per the structure of the Table.
It would great to trigger the same CASCADE when deleting single row(s).

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files, tests, or entry points. Start by locating the code that handles deleting individual rows and the existing DROP/TRUNCATE CASCADE behavior; done means deleting one or more rows also cascades to related objects according to the table structure.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, sql
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.