sijms / go-ora

Pure go oracle client
MIT License
771 stars 169 forks source link

Regression since v2.7.23 when using DBMS_AQ.DEQUEUE_ARRAY #482

Closed robstradling closed 7 months ago

robstradling commented 7 months ago

My application code that calls DBMS_AQ.DEQUEUE_ARRAY works OK with v2.7.22 and earlier, but since v2.7.23 the following error occurs:

ORA-06502: PL/SQL: numeric or value error

https://gist.github.com/robstradling/7046c09dbd173756ce9c6e642c2b2050 demonstrates this regression.

sijms commented 7 months ago

fixed v2.8.1

robstradling commented 7 months ago

Thanks @sijms !