tursodatabase / libsql-client-go

Go client API for libSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

avinassh opened this issue · comments

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?