home / train

file

8 rows where patch_id = 483

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
2467 483 483 tests/phpunit/includes/RevisionTest.php
2468 483 483 tests/phpunit/includes/preferences/DefaultPreferencesFactoryTest.php
2469 483 483 tests/phpunit/includes/user/CentralIdLookupTest.php
2470 483 483 tests/phpunit/integration/includes/revisionlist/RevisionListTest.php
2471 483 483 tests/phpunit/unit/includes/editpage/Constraint/EditFilterMergedContentHookConstraintTest.php
2472 483 483 tests/phpunit/unit/includes/editpage/Constraint/UserBlockConstraintTest.php
2473 483 483 tests/phpunit/unit/includes/editpage/Constraint/UserRateLimitConstraintTest.php
2474 483 483 tests/phpunit/unit/includes/user/UserEditTrackerTest.php

Advanced export

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

CSV options:

CREATE TABLE file (
            id INTEGER PRIMARY KEY,
            patch_id INTEGER NOT NULL,
            filename INTEGER NOT NULL,
            FOREIGN KEY(patch_id) REFERENCES patch(id)
        );
CREATE INDEX file_patch_id ON file(patch_id);
Powered by Datasette · Queries took 17.371ms