-
Hey there! I'm writing an API using knex that queries an OracleDB instance in a way that requires me to manually interact with a `node-oracledb` connection object before kicking off a transaction. I w…
-
Is there any way to set the tcp.connect_timeout parameter using godror interface?
The only way I've found is specify it in the sqlnet.ora.
Many drivers provide such functionality:
[https://github…
-
After I was able to spend some time finishing my node-oracledb project on my DEV system I though I could just copy the entire stuff to a pre-PROD system where we don't have internet access. nodejs, ~…
-
I love your guys package and really enjoy using netlify and nextjs with an api.
I've ran into an issue where I can't build using this package when I also am using sequelize. I am wondering if I am…
-
The deno standard lib declaration of `URL` accepts `string | URL` as input: https://github.com/denoland/deno/blob/a08a4abac116eda498f8ad2df13b3816ec36c9ad/cli/js/lib.deno.shared_globals.d.ts#L1149
…
-
I ran these tests and they passed.
https://github.com/strongloop/strong-oracle/compare/master...lumberj:lost-precision?expand=1
The issue is that some numbers cannot be expressed in JS, for example …
-
Hi there,
I'm trying to build a Webpack bundle for an AWS Lambda project and I'm running into a few errors. I have a common package and a project package. The common package sets up a connection a…
-
1. Review existing [enhancement requests](https://github.com/oracle/node-oracledb/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
2. Describe your new request in detail
Currently, `node-oracle`…
-
1. Review the [user manual](https://oracle.github.io/node-oracledb/doc/api.html)
2. Describe the problem
**I am in error when executing a procedure. You're saying that my second parameter is incor…
-
Greeting,
I have general questions about pool properties for cases where connections are dropped below poolMin due to actions taken by network intermediaries, ie. firewall dropping idle connections…