sagiegurari / simple-oracledb

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

query function returns columns with value null as undefined #15

Closed volkmarbuehringer closed 7 years ago

volkmarbuehringer commented 7 years ago

Problem Description

query function returns columns with value null as undefined

the execute function of oracledb returns the columns correctly as nulls

Code Example

con.query( "select * from test",[],(err,result)=>{ the rows in result will have undefined instead of null

} );

sagiegurari commented 7 years ago

Will check and fix today/tommorrow hopefully

sagiegurari commented 7 years ago

fixed. check version 1.1.36 please tell me of any issues.

sagiegurari commented 7 years ago

i'm closing this issue. if there are any more problems please reopen or open a new case. thanks