libsql-client-go icon indicating copy to clipboard operation
libsql-client-go copied to clipboard

`INTEGER` returns float64 over `https://`

Open bjornpagen opened this issue 1 year ago • 1 comments

using the golang libsql bindings over https:// mistakenly returns float64's instead of int64's for INTEGER. the wss:// and libsql:// implementations don't have this problem.

bjornpagen avatar May 04 '23 18:05 bjornpagen