Για να δοκιμάσετε τα χιλιάδες διαθέσιμα πρόσθετα που είναι διαθέσιμα εδώ, κάντε λήψη του Mozilla Firefox, ενός γρήγορου, ελεύθερου τρόπου για πλοήγηση στο διαδίκτυο!

Κλείσιμο

Καλώς ορίσατε στα πρόσθετα Firefox.

Διαλέξτε μεταξύ χιλιάδων επιπλέον χαρακτηριστικών και στυλ για να κάνετε τον Firefox δικό σας.

Κλείσιμο

Στο δρόμο;

Ελέγξτε τη σελίδα μας Mobile Πρόσθετα.

Κλείσιμο

Rijkstra

Σχετικά με εμένα

Πληροφορίες δημιουργού
Όνομα Rijkstra
Χρήστης από Ιαν. 6, 2015
Αριθμός αναπτυγμένων προσθέτων 0 πρόσθετα
Μέση βαθμολογία προσθέτων προγραμματιστή Δεν έχει βαθμολογηθεί ακόμα

Οι κριτικές μου

SQLite Manager

Rated 5 out of 5 stars

Not a review, but where else can I ask users if they experienced a loss of views and triggers with the Firefox v38.0.5 upgrade? I can understand it if a restructuring occurred with the upgrade. I advise keeping your SQL statements in a separate file just in case you lose them like I did. This is most likely not a bug in the software, but a copying by the upgrade to a new database structure. leaving the frills behind.

Αυτός ο χρήστης έχει υποβάλει παλιότερη αξιολόγηση για το πρόσθετο.

SQLite Manager

Rated 4 out of 5 stars

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.