小编Mit*_*ich的帖子

如何重新格式化 oracledb json 输出?

使用带有 outFormat:oracledb.OBJECT 选项的 oracledb node.js 驱动程序会返回 json,但列名格式为大写(属性名遵循 Oracle 的标准命名规则),例如:{"ID":"1"} 是否可以把它们变成小写,像这样:{"Id":"1"}?

在 Oracle Database 12.2 中引入的 JSON_OBJECT 对我不可用。

oracle node.js node-oracledb

3
推荐指数
1
解决办法
4467
查看次数

标签 统计

node-oracledb ×1

node.js ×1

oracle ×1