sijms / go-ora

Pure go oracle client
MIT License
786 stars 174 forks source link

number type but got string #425

Closed czwen closed 1 year ago

czwen commented 1 year ago
image image

all are number type,but convert to string.

does i miss some config or used a worng function?

ps.i don't want create struct for every select.

project is your demo.

thanks

UnderMountain96 commented 1 year ago

I have the same problem, everything was working yesterday, in the morning I updated go-ora to v2.7.13 and an error appeared can not assign string to type: NullFloat64

sijms commented 1 year ago

this issue is older than 2.7.13 actually come from PR no problem I fix it in next release

sijms commented 1 year ago

fixed in v2.7.14