home / train

bug_train

4 rows where train_id = 155

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
73 155 155 `jQuery.Deferred exception: this.$addSectionLink is undefined` after posting a reply with DiscussionTools 61
74 155 155 TypeError: Return value of JsonSchemaHooks::onEditFilterMergedContent() must be of the type boolean, none returned 55
75 155 155 Deadlock found when trying to get lock (UserOptionsManager::saveOptionsQuery) 58
76 155 155 "InvalidArgumentException: $key must be a string or an array" on beta login and vote wikis 62

Advanced export

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

CSV options:

CREATE TABLE bug_train (
            id INTEGER PRIMARY KEY,
            train_id INTEGER NOT NULL,
            bug_id INTEGER NOT NULL,
            FOREIGN KEY(train_id) REFERENCES train(id),
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 25.511ms