alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
352 stars 140 forks source link

Fix to handle NULL value with Informix ODBC Driver #128

Closed lmtyler closed 5 years ago

lmtyler commented 5 years ago

Here is an example of the data.

&{0xc0000b00e0 true true 31 4294967295 [80 79 32 66 79 88 32 52 50 56 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 0]}

lmtyler commented 5 years ago

Understood

alexbrainman commented 5 years ago

Understood

Your last commit changes all import path of github.com/alexbrainman/odbc/api for github.com/lmtyler/odbc/api, and that is fine, if you want to submit it yourself in your own Github repo. I won't accept it here - otherwise this package will not build.

Alex

lmtyler commented 5 years ago

Yes I am no longer going to PR this. I am going to use mine for now and drive it back to IBM Informix as an issue in their driver.

alexbrainman commented 5 years ago

Yes I am no longer going to PR this.

Sounds good to me. Please close this PR, if it is not needed.

Thank you.

Alex