tursodatabase / libsql-client-go

Go client API for libSQL
MIT License
166 stars 23 forks source link

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

Open bjornpagen opened 1 year ago

bjornpagen commented 1 year ago

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.

penberg commented 1 year ago

/cc @haaawk