file
9 rows where patch_id = 4549
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
21411 | 4549 4549 | includes/AbuseFilter.php |
21412 | 4549 4549 | includes/FilterProfiler.php |
21413 | 4549 4549 | includes/Views/AbuseFilterView.php |
21414 | 4549 4549 | includes/Views/AbuseFilterViewDiff.php |
21415 | 4549 4549 | includes/Views/AbuseFilterViewEdit.php |
21416 | 4549 4549 | includes/Views/AbuseFilterViewRevert.php |
21417 | 4549 4549 | includes/special/SpecialAbuseFilter.php |
21418 | 4549 4549 | tests/phpunit/AbuseFilterSaveTest.php |
21419 | 4549 4549 | tests/phpunit/unit/SpecialAbuseFilterTest.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);