oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.24k stars 1.07k forks source link

Missing property fetchTypeHandler in type ExecuteOptions #1648

Closed doberkofler closed 4 months ago

doberkofler commented 4 months ago
  1. What versions are you using?

    process.platform: darwin process.version: 20.11.0 process.arch: x64 require('oracledb').versionString: 6.3.0

  2. Is it an error or a hang or a crash?

    Type error

  3. What error(s) or behavior you are seeing?

The type definition of ExecuteOptions does not contain the property fetchTypeHandler as specified in the documentation.

sharadraju commented 4 months ago

Hi @doberkofler This seems to be a TypeScript issue. As per the advice from the maintainer, please use latest types/node-oracledb 6.2.0 for a stable version. Please raise an issue in the GitHub repo: https://github.com/DefinitelyTyped/DefinitelyTyped

doberkofler commented 4 months ago

Created https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/68759