home / train

bug_file

4 rows where bug_patch_id = 161

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_patch_id filename
520 161 161 includes/libs/rdbms/TransactionProfiler.php
521 161 161 includes/libs/rdbms/database/Database.php
522 161 161 tests/phpunit/includes/db/DatabaseTestHelper.php
523 161 161 tests/phpunit/unit/includes/libs/rdbms/database/DatabaseTest.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 21.898ms