Sudarshan Soma
Sudarshan Soma
* feat(oracle): add oracle dialect support ### Pull Request Checklist _Please make sure to review and check all of these items:_ - [ ] Have you added new tests to...
node-oracledb 6.5 [release](https://github.com/oracle/node-oracledb/blob/main/doc/src/release_notes.rst#node-oracledb-v650-2-may-2024) adds new types; VECTOR (DB_TYPE_VECTOR) and JsonId. Adding the same. Please fill in this template. - [x] Use a meaningful title for the pull request. Include the...
Add Oracledb instrumentation ## Which problem is this PR solving? Adding instrumentation support for [node-oracledb ](https://github.com/oracle/node-oracledb)applications connecting to Oracle database. ## Short description of the changes From [node-oracledb ](https://github.com/oracle/node-oracledb) version...
### Which library do you want to instrument? I am planning to add instrumentation for OracleDB. Myself and Sharad maintain the driver for [node-oracledb](https://github.com/oracle/node-oracledb) driver which allows applications to connect...
## Pull Request Checklist - [x] Have you added new tests to prevent regressions? - [ ] If a documentation update is necessary, have you opened a PR to [the...