sijms / go-ora

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

Regression since v2.8.7 for simple SELECTs into integer and floating point variables #512

Closed robstradling closed 5 months ago

robstradling commented 5 months ago

My application code that SELECTs integer or floating point values into corresponding Go variables works OK with v2.8.6 and earlier, but since v2.8.7 I see errors of the following form:

can't assign value: <value> to object of type: <type>

https://gist.github.com/robstradling/93d461f916c37e17a724e54d78942fbc demonstrates this regression. (Compare the output when using v2.8.6 to the output when using v2.8.7).

sijms commented 5 months ago

fixed in v2.8.9