Open
Description
Hi,
taking the example given here (https://github.com/oracle/node-oracledb/blob/main/examples/selectgeometry.js), we get an error message
Error: ORA-24328: valeur d'attribut non autorisée
at async Object.hpdGet (D:\Nicolas\Projets\SuiviFCU\suivifcu\node-oracle\hpd_queries.js:60:22) {
errorNum: 24328,
offset: 0,
code: 'ORA-24328'
}
Apparently, a similar error was recently fixed in the python-oracledb package. (https://python-oracledb.readthedocs.io/en/latest/release_notes.html) and in odpi-c package (https://odpi-c.readthedocs.io/en/latest/releasenotes.html)
my config
oracledb 6.8.0
Oracle Database 19c Standard Edition 2 Release 19.0.0.0.0
Best Regards,