Piotr Jastrzębski

Results 140 comments of Piotr Jastrzębski

I tested this with turso db shell and it seems that read only transactions don't work for hrana: ``` → select * from test; A → begin readonly; insert into...

Confirmed that read only transactions work only for embedded replicas which this client does not support -> https://github.com/tursodatabase/libsql/issues/1555

@leerob Would you be open to changing the names of the labels? I've shown this app to many people and most of them got really confused by the `Regional` label....

The driver behavies as expected. Execute returns number of affected rows and last affected rowid Query returns rows. All our drivers behave this way. So does rusqlite -> https://docs.rs/rusqlite/latest/rusqlite/struct.Connection.html#method.execute, go-sqlite3...

Ok. I'm still not sure what is a desired behaviour here but reopening the issue for now.

This is more complicated in case of turso which can have not only local backend but also a remote one. Ideally what you're suggesting would be best but I have...

Trying to run tests but yarn install does not seem to work any more: ``` ╰──> yarn install yarn install v1.22.19 error Workspaces can only be enabled in private projects....

I tried both in repo root and in example dir. Both fail with this error

Ok I figured it out. It was wrong version of node.