tursodatabase/libsql-client-go

RANDOM ROWID from libsql driver

Opened this issue · 1 comments

I get a sql error using the libsql driver against a file to create a table with RANDOM ROWID. It works when targeting libsqld, say, turso, but the file handler within the client fails with

panic: SQL logic error: near "ROWID": syntax error (1)

I'm pretty sure it's actually using the libsql driver.

reopening this, since the issue still exists and we might want to fix it when we have some cycles.