home / train

bug_file

6 rows where bug_patch_id = 95

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_patch_id filename
276 95 95 RELEASE-NOTES-1.36
277 95 95 includes/parser/CacheTime.php
278 95 95 includes/parser/Parser.php
279 95 95 includes/parser/ParserCache.php
280 95 95 includes/parser/ParserOutput.php
281 95 95 tests/phpunit/includes/parser/ParserOutputTest.php

Advanced export

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

CSV options:

CREATE TABLE bug_file (
            id INTEGER PRIMARY KEY,
            bug_patch_id INTEGER NOT NULL,
            filename INTEGER NOT NULL,
            UNIQUE(bug_patch_id,filename),
            FOREIGN KEY(bug_patch_id) REFERENCES bug_patch(id)
        );
Powered by Datasette · Queries took 18.877ms