Table name in metadata
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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