file
8 rows where patch_id = 58908
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
270879 | 58908 58908 | includes/MediaWiki.php |
270880 | 58908 58908 | includes/auth/AuthManager.php |
270881 | 58908 58908 | includes/cache/localisation/LCStoreDB.php |
270882 | 58908 58908 | includes/libs/rdbms/TransactionProfiler.php |
270883 | 58908 58908 | includes/libs/rdbms/loadbalancer/LoadBalancer.php |
270884 | 58908 58908 | includes/objectcache/SqlBagOStuff.php |
270885 | 58908 58908 | includes/specials/SpecialConfirmEmail.php |
270886 | 58908 58908 | includes/specials/SpecialEmailInvalidate.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);