Rijkstra 發表對 SQLite Manager 的評論
評分: 4 / 5 顆星
This query executes without errors:
DELETE FROM moz_cookies WHERE baseDomain="newspaper.com"
But when I try to create a view it fails and I can't find a way to save it:
SQLiteManager: CREATE VIEW "main"."DELnews" AS DELETE FROM moz_cookies WHERE baseDomain="newspaper.com" [ near "DELETE": syntax error ]
Exception Name: NS_ERROR_FAILURE
Exception Message: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [mozIStorageConnection.createStatement]
I know it shouldn't be a view, but I'm not so sure about a trigger.
I am now. I created a trigger that blocks the cookies. I hope it keeps working the way I expect.
請選擇一個原因:
如果您要新增自己的收藏集,你必須先申請一個 Mozilla 附加元件的帳號。