alexbrainman / odbc

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

Some confusion #141

Open TestMsr opened 4 years ago

TestMsr commented 4 years ago

Under windows unsafe.Sizeof(v) returns 16 and linux return 24 but after exec api.SQLFetch ,c.Len becomes 16 in both platform resulting in the wrong column error how to resolve the problem thx

alexbrainman commented 4 years ago

@TestMsr I do not understand what your question is. Please provide more details.

Thank you.

Alex