home / train

bug_project

10 rows where bug_id = 61

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
324 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61 Verified
325 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61 1.37.0-wmf.14; 2021-07-12
326 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61 FY2021-22 Kanban Board
327 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61 DiscussionTools
328 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61 Wikimedia-production-error
345 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61 Verified
346 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61 1.37.0-wmf.14; 2021-07-12
347 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61 FY2021-22 Kanban Board
348 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61 DiscussionTools
349 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61 Wikimedia-production-error

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE bug_project (
            id INTEGER PRIMARY KEY,
            bug_id INTEGER NOT NULL,
            name TEXT NOT NULL,
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 34.267ms