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

Implement columns.list RPC method #3571

Closed
Tracked by #3570
mathemancer opened this issue May 7, 2024 · 0 comments · Fixed by #3556
Closed
Tracked by #3570

Implement columns.list RPC method #3571

mathemancer opened this issue May 7, 2024 · 0 comments · Fixed by #3556
Assignees
Milestone

Comments

@mathemancer
Copy link
Contributor

mathemancer commented May 7, 2024

Replaces GET /api/db/v0/tables/{tableId}/columns/

We need an RPC function at columns.list that takes a database_id, table_oid as input, and returns information about the columns of that table, as well as display options.

@mathemancer mathemancer self-assigned this May 7, 2024
@mathemancer mathemancer added work: backend Related to Python, Django, and simple SQL ready Ready for implementation labels May 7, 2024
@mathemancer mathemancer added this to the Beta milestone May 7, 2024
@seancolsen seancolsen changed the title Implement columns.list to replace GET /api/db/v0/tables/{tableId}/columns/ Implement columns.list RPC method May 15, 2024
@seancolsen seancolsen removed work: backend Related to Python, Django, and simple SQL ready Ready for implementation labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants