oracle / oracle/node-oracledb

Table name in metadata

Open
#1,788 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
JavaScript
Stars
2.4k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

Since v6.3.0 node-oracledb added new extended column metadata information:

  • attributes annotations,
  • domainName, domainSchema,
  • isJson.

My question is: Would it be possible to also get the name of the table or view (and schema) to which the column belongs?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing node-oracledb's extended column metadata introduced in v6.3.0 and the existing metadata API. Determine whether table or view names and schema are available for each column, then define tests that verify the returned metadata for both tables and views.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
api, database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.