alexbrainman / odbc

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

connect db2 when column is NULL, parsing data error execution an error occurred is {wrong column #1 length 4294967295 returned, 16 expected} #194

Open samsung0-cpu opened 6 months ago

samsung0-cpu commented 6 months ago

image Why not return directly when encountering an parsing data error?

alexbrainman commented 6 months ago

Why not return directly when encountering an parsing data error?

I don't understand your question.

Alex

samsung0-cpu commented 6 months ago

I found that when a certain column value is NULL, data parsing will throw a parsing failure message

alexbrainman commented 6 months ago

I found that when a certain column value is NULL, data parsing will throw a parsing failure message

I still did not understand your question above https://github.com/alexbrainman/odbc/issues/194#issue-2204074351 .

Alex