tursodatabase / libsql-client-go

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

`ws://` URL always have `LastInsertId` as 0 #57

Closed avinassh closed 1 year ago

avinassh commented 1 year ago

a user reports:

Whenever I do an insert, if I use ws:// database url instead of http://, I always have last insert id of 0, with no error. I'm using Golang, with libsql-client-go. This is probably a bug?