sijms / go-ora

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

Issue with REF CURSOR #467

Closed oheurtel closed 8 months ago

oheurtel commented 8 months ago

I have an issue while testing REF CURSOR with the exemple script refcursor_to_rows : can't use cursor: sql: Scan error on column index 0, name "TEMP_FUNC_316(10)": unsupported Scan, storing driver.Value type into type *sql.Rows I hava tried this with different version of Oracle Database (11g, 12c, 19c). I am using go version go1.21.4 darwin/amd64 and go-ora/v2.

sijms commented 8 months ago

fixed in next release

sijms commented 8 months ago

fixed in v2.7.23

oheurtel commented 8 months ago

Great, it works.