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

RANDOM ROWID from libsql driver

Open dezren39 opened this issue 1 year ago • 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.

dezren39 avatar Jan 06 '24 04:01 dezren39

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

avinassh avatar Apr 14 '24 13:04 avinassh