file
6 rows where patch_id = 60667
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
278080 | 60667 60667 | client/tests/phpunit/integration/includes/Usage/Sql/EntityUsageTableBuilderTest.php |
278081 | 60667 60667 | client/tests/phpunit/integration/includes/Usage/Sql/EntityUsageTableTest.php |
278082 | 60667 60667 | client/tests/phpunit/integration/includes/Usage/Sql/SqlUsageTrackerTest.php |
278083 | 60667 60667 | client/tests/phpunit/integration/includes/Usage/UsageLookupContractTester.php |
278084 | 60667 60667 | client/tests/phpunit/unit/includes/ClientNoBadUsageTest.php |
278085 | 60667 60667 | client/tests/phpunit/unit/includes/Hooks/ChangesListSpecialPageHookHandlerTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
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);