-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Modify constraints API to list foreign key constraints #943
Labels
Comments
seancolsen
added
status: draft
type: enhancement
New feature or request
work: backend
Related to Python, Django, and simple SQL
labels
Jan 5, 2022
@kgodey I'm assigning this to you to help answer the above questions and loop others in as needed. |
This was referenced Jan 5, 2022
mathesar-bot
moved this from Triage
to Blocked
in [NO LONGER USED] Mathesar work tracker
Jan 10, 2022
Updated description to handle open questions. |
kgodey
added
ready
Ready for implementation
and removed
needs: unblocking
Blocked by other work
labels
Mar 4, 2022
mathesar-bot
moved this from Ready
to Started
in [NO LONGER USED] Mathesar work tracker
Mar 25, 2022
Repository owner
moved this from Started
to Done
in [NO LONGER USED] Mathesar work tracker
May 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Current behavior
/tables/{table_id}/constraints/
, but the response does not include FK constraints.Desired behavior
ON DELETE
behaviorON UPDATE
behaviorMATCH
behaviorDEFERRED
behaviorConsiderations
ON DELETE CASCADE
.Spec Prompts
The person implementing this issue should spec out their proposed API changes and run them by the Mathesar core team. Questions the spec should answer include:
Additional context
SET CONSTRAINTS
The text was updated successfully, but these errors were encountered: