RANDOM ROWID from libsql driver
Opened this issue · 1 comments
dezren39 commented
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.
avinassh commented
reopening this, since the issue still exists and we might want to fix it when we have some cycles.