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
When querying data from a SQLite that is being used by another application sq now just times out due to the database being locked. In these cases there should be option to make a copy of the database cp "$orig_path/$dbname" "/tmp/$dbname" and run the sq read-only command against that.
What do you think? This'd be especially useful when trying to get live Firefox cookies for development/debugging purposes
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When querying data from a SQLite that is being used by another application
sq
now just times out due to the database being locked. In these cases there should be option to make a copy of the databasecp "$orig_path/$dbname" "/tmp/$dbname"
and run thesq
read-only command against that.What do you think? This'd be especially useful when trying to get live Firefox cookies for development/debugging purposes
Beta Was this translation helpful? Give feedback.
All reactions