Dan McGhan
Dan McGhan
I'd love to see an Oracle Database connector added. But it's important that it supports bind variables!
Hello, any updates on this?
@mdunisch Have you seen [the section on row prefetching](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#-917-row-prefetching)? The row prefetch can be used to reduce the number of round trips between the database and Node.js by buffering more...
@mdunisch I realize you've long moved on from this issue, but I just saw it again while going through the issues in the [poll](https://pt.surveymonkey.com/r/8LT889R). This likely has to do with...
I would like to see Node.js added to the App Dev VM as well. But as far as installs go, adding Node.js is quite simple. I wrote an updated blog...
@larryaubstore Are you unable to set the `ORA_SDTZ` environment variable? ```bash $ export ORA_SDTZ='UTC' $ node index.js ```
@larryaubstore The README.md is more of a jumping off point to other pages like INSTALL and doc. The doc you're looking for is here: https://github.com/oracle/node-oracledb/blob/master/doc/api.md#-9163-fetching-date-and-timestamps
@09wattry Just to be sure, you're able to do what you need via PL/SQL for the moment correct? You're just looking for a way to make it easier going forward?
1. I worry some when I see code like `return await Promise.all(promises);` with code that uses this driver (or any other module that uses the thread pool). A connection can...
I'd be curious to know what you saw in ESLint that caused you to make the change...