Bug 1649981 Comment 30 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Hani Yacoub from comment #29)
> I'm trying to reproduce and verify the bug on Firefox but I'm having difficulties corrupting the database through Sqlite app.
> Could you please provide more details on how exactly could I issue a "DROP TABLE moz_bookmarks" SQL query?
> Thanks.

You can use the official Sqlite command line tools (see Precompiled Binaries at https://www.sqlite.org/download.html), then open the database with "sqlite3 path_to/places.sqlite" and then issue "DROP TABLE moz_bookmarks;" and .exit
(In reply to Hani Yacoub from comment #29)
> I'm trying to reproduce and verify the bug on Firefox but I'm having difficulties corrupting the database through Sqlite app.
> Could you please provide more details on how exactly could I issue a "DROP TABLE moz_bookmarks" SQL query?
> Thanks.

You can use the official Sqlite command line tools (see Precompiled Binaries at https://www.sqlite.org/download.html), then open the database with "sqlite3 path_to/places.sqlite" and then issue "DROP TABLE moz_bookmarks;" and ".exit"

Back to Bug 1649981 Comment 30