sagiegurari / simple-oracledb

Extend capabilities of oracledb with simplified API for quicker development.
Apache License 2.0
36 stars 4 forks source link

oracledb.getConnection does not work with promises #5

Closed volkmarbuehringer closed 8 years ago

volkmarbuehringer commented 8 years ago

Problem Description

oracledb 1.10.1 works with promises, but after extending with simple-oracledb, it errors with "invalid number of parameters"

oracledb.getConnection( { ..} ).then( ( con ) => {

});

Code Example

//paste code here

Error Stack/Info (if any)

sagiegurari commented 8 years ago

ya, only recently i fixed the connection for that, but didn't for the pool. will fix and update you.

sagiegurari commented 8 years ago

fixed. checkout version 0.1.83

sagiegurari commented 8 years ago

I'm closing this case, if you have any issue please reopen it.