file
3 rows where patch_id = 59574
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
273748 | 59574 59574 | includes/libs/rdbms/connectionmanager/ConnectionManager.php |
273749 | 59574 59574 | includes/libs/rdbms/connectionmanager/SessionConsistentConnectionManager.php |
273750 | 59574 59574 | tests/phpunit/unit/includes/libs/rdbms/connectionmanager/ConnectionManagerTest.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);