home / train

bug_train

3 rows where train_id = 252

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
876 252 252 PageSplitterHooks: Error: Call to a member function exists() on null 776
877 252 252 Wikimedia\Timestamp\TimestampException: Wikimedia\Timestamp\ConvertibleTimestamp::getTimestamp: The timestamp cannot be represented in the specified format 777
878 252 252 DisableOATHForUser: Error: Call to a member function getName() on null 778

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 29.977ms