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
Today I tried to run some CLI commands on a database while I had a debug process suspended in my IDE.
The error message read:
error on line 1 for query DROP TABLE t: cannot update manifest: database is read only
cannot update manifest: database is read only
It's good that we detect and disallow concurrent modifications to the database, but our messaging could be better. Is it possible for the CLI to distinguish between a db that's locked because of concurrent access and a db that's actually read-only?
The text was updated successfully, but these errors were encountered:
Today I tried to run some CLI commands on a database while I had a debug process suspended in my IDE.
The error message read:
It's good that we detect and disallow concurrent modifications to the database, but our messaging could be better. Is it possible for the CLI to distinguish between a db that's locked because of concurrent access and a db that's actually read-only?
The text was updated successfully, but these errors were encountered: