bug_file
17 rows where bug_patch_id = 118
This data as json, CSV (advanced)
id ▼ | bug_patch_id | filename |
---|---|---|
314 | 118 118 | RELEASE-NOTES-1.36 |
315 | 118 118 | includes/parser/CacheTime.php |
316 | 118 118 | includes/parser/ParserOutput.php |
317 | 118 118 | tests/phpunit/data/ParserCache/1.36-CacheTime-cacheExpiry.serialized |
318 | 118 118 | tests/phpunit/data/ParserCache/1.36-CacheTime-cacheRevisionId.serialized |
319 | 118 118 | tests/phpunit/data/ParserCache/1.36-CacheTime-cacheTime.serialized |
320 | 118 118 | tests/phpunit/data/ParserCache/1.36-CacheTime-empty.serialized |
321 | 118 118 | tests/phpunit/data/ParserCache/1.36-CacheTime-usedOptions.serialized |
322 | 118 118 | tests/phpunit/data/ParserCache/1.36-ParserOutput-binaryPageProperties.serialized |
323 | 118 118 | tests/phpunit/data/ParserCache/1.36-ParserOutput-empty.serialized |
324 | 118 118 | tests/phpunit/data/ParserCache/1.36-ParserOutput-extensionData.serialized |
325 | 118 118 | tests/phpunit/data/ParserCache/1.36-ParserOutput-pageProperties.serialized |
326 | 118 118 | tests/phpunit/data/ParserCache/1.36-ParserOutput-text.serialized |
327 | 118 118 | tests/phpunit/data/ParserCache/1.36-ParserOutput-usedOptions.serialized |
328 | 118 118 | tests/phpunit/data/ParserCache/1.36-ParserOutput-withMetadata.serialized |
329 | 118 118 | tests/phpunit/data/ParserCache/1.36-ParserOutput-withMetadataPost1_31.serialized |
330 | 118 118 | tests/phpunit/data/ParserCache/1.36-ParserOutput-withMetadataPost1_34.serialized |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE bug_file ( id INTEGER PRIMARY KEY, bug_patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, UNIQUE(bug_patch_id,filename), FOREIGN KEY(bug_patch_id) REFERENCES bug_patch(id) );