strongloop / strong-oracle

Deprecated: Node.js Driver for Oracle databases (Use https://github.com/oracle/node-oracledb instead)
Other
45 stars 18 forks source link

set null feature #25

Open richlim opened 9 years ago

richlim commented 9 years ago

Hi,

I am missing the possibility to set how Oracle's NULL value should be represented in JSON. At present it is the string 'null' which I find problematic. It should be better represented as null string or be configurable.

raymondfeng commented 9 years ago

It should be null in JSON. Do you see a string 'null'? If so, can you submit a patch?