You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
I'm pretty sure it's actually using the libsql driver.
The text was updated successfully, but these errors were encountered: