Skip to content

fix(oracle): Corrections in node expansion and Column helper for oracle database#225

Merged
MattiasMTS merged 1 commit intokndndrj:masterfrom
eduardofuncao:fix/oracle-views
Jul 25, 2025
Merged

fix(oracle): Corrections in node expansion and Column helper for oracle database#225
MattiasMTS merged 1 commit intokndndrj:masterfrom
eduardofuncao:fix/oracle-views

Conversation

@eduardofuncao
Copy link
Copy Markdown
Contributor

Motivation

There was a bug when expanding database>view nodes to see column names, as well as using the "Columns" helper to query for View's columns.

What was done

In the SQL code fetching for Columns, there was an INNER JOIN to the all_tables table that limited the query results to only Table data structures. Since we have all the needed information in the all_tab_columns table, we do not need to Join with the all_tables table, allowing for Views and Materialized Views to also be returned in the query.

image

Closes #222

@MattiasMTS MattiasMTS merged commit dda5176 into kndndrj:master Jul 25, 2025
24 checks passed
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.

Expanding a View in drawer for oracle database returns an error

2 participants