Skip to content

Feat: Custom Views Columns as External LOBs#630

Open
VitorLelis wants to merge 5 commits into
siard-dk-developmentfrom
vleite-dev-siard-dk
Open

Feat: Custom Views Columns as External LOBs#630
VitorLelis wants to merge 5 commits into
siard-dk-developmentfrom
vleite-dev-siard-dk

Conversation

@VitorLelis

Copy link
Copy Markdown
Member

This pull request adds the capability to visualize custom view columns and configure them as External LOB paths, enabling those files to be converted.

@VitorLelis VitorLelis requested a review from 006627 July 10, 2026 12:56
@VitorLelis VitorLelis self-assigned this Jul 10, 2026
@dosubot dosubot Bot added type: feature size:L This PR changes 100-499 lines, ignoring generated files. labels Jul 10, 2026
@VitorLelis VitorLelis changed the title Feat: Custom Views Columsn as External LOBs Feat: Custom Views Columns as External LOBs Jul 10, 2026
private MultipleSelectionTablePanel<ViewerColumn> queryColumnsTable;
private final List<ViewerColumn> currentQueryColumns = new ArrayList<>();
private final Map<String, ExternalLobParameter> externalLOBsParameters = new HashMap<>();
private String currentBasePath = null;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if different columns or different views have different currentBasePath values? Since this variable is global, changing it in one place could affect all custom views. Please verify whether this is the intended behavior and refactor if necessary.

@VitorLelis VitorLelis force-pushed the vleite-dev-siard-dk branch from 701a92f to 7621db2 Compare July 13, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files. type: feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants