Skip to content

#230 Export multiple selected objects - #4677

Open
vimace2003 wants to merge 2 commits into
dbeaver:develfrom
vimace2003:230-export-multiple-objects
Open

vimace2003 wants to merge 2 commits into
dbeaver:develfrom
vimace2003:230-export-multiple-objects

Conversation

@vimace2003

Copy link
Copy Markdown

Export was limited to a single object, while the metadata editor and the navigation tree both allow selecting several. The server exports one container per task, so a multi-object export is a list of export contexts sharing one processor configuration: one task and one download per object.

  • add ACTION_EXPORT to the object viewer footer menu, before Delete
  • export every selected node from the navigation tree context menu
  • resolve the connection per node, so a selection may span connections
  • skip nodes that are not data containers

vimace2003 and others added 2 commits September 18, 2026 18:39
Export was limited to a single object, while the metadata editor and the
navigation tree both allow selecting several. The server exports one
container per task, so a multi-object export is a list of export contexts
sharing one processor configuration: one task and one download per object.

- add ACTION_EXPORT to the object viewer footer menu, before Delete
- export every selected node from the navigation tree context menu
- resolve the connection per node, so a selection may span connections
- skip nodes that are not data containers
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 18 complexity

Metric Results
Complexity 18

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

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 this pull request may close these issues.

1 participant