You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
As a user, I want to perform CRUD (Create, Read, Update, Delete) operations on table data displayed in the Results view within the Database perspective.
Feature Requirements:
This functionality should only be activated/displayed when the Show Content option is selected from the context menu of a table in the Database Explorer view.
Acceptance Criteria:
Read: Table data is displayed in the Results view after selecting "Show Content".
Update: Users can modify rows through a dialog.
The input controllers in the dialog should be dynamically generated/displayed based on the table metadata, including:
Checkboxes for Boolean fields.
Text/number inputs for string and numeric fields.
Date/Time/DateTime pickers for date/time fields.
Generic text input for other database types.
Delete: Users can delete rows after confirmation.
Create: Users can add new rows using a dialog that dynamically generates/displays input controllers based on the table metadata.
Ensure proper error handling and messaging for database constraints or invalid operations.
The text was updated successfully, but these errors were encountered:
Description:
As a user, I want to perform CRUD (Create, Read, Update, Delete) operations on table data displayed in the Results view within the Database perspective.
Feature Requirements:
Show Content
option is selected from the context menu of a table in the Database Explorer view.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: