file
14 rows where patch_id = 36653
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
168942 | 36653 36653 | CirrusSearch.php |
168943 | 36653 36653 | docs/settings.txt |
168944 | 36653 36653 | includes/Assignment/ClusterAssignment.php |
168945 | 36653 36653 | includes/Assignment/ConstantAssignment.php |
168946 | 36653 36653 | includes/ExternalIndex.php |
168947 | 36653 36653 | includes/Job/CheckerJob.php |
168948 | 36653 36653 | includes/Job/ElasticaWrite.php |
168949 | 36653 36653 | includes/Job/Job.php |
168950 | 36653 36653 | includes/Job/OtherIndex.php |
168951 | 36653 36653 | includes/OtherIndexes.php |
168952 | 36653 36653 | includes/Search/SearchRequestBuilder.php |
168953 | 36653 36653 | tests/phpunit/Assignment/ConstantAssignmentTest.php |
168954 | 36653 36653 | tests/phpunit/ExternalIndexTest.php |
168955 | 36653 36653 | tests/phpunit/OtherIndexesTest.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);