file
11 rows where patch_id = 15040
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
71906 | 15040 15040 | src/Cite.php |
71907 | 15040 15040 | src/ErrorReporter.php |
71908 | 15040 15040 | src/FootnoteMarkFormatter.php |
71909 | 15040 15040 | src/ReferenceStack.php |
71910 | 15040 15040 | src/ReferencesFormatter.php |
71911 | 15040 15040 | tests/phpunit/CiteIntegrationTest.php |
71912 | 15040 15040 | tests/phpunit/unit/CiteErrorReporterTest.php |
71913 | 15040 15040 | tests/phpunit/unit/CiteUnitTest.php |
71914 | 15040 15040 | tests/phpunit/unit/FootnoteMarkFormatterTest.php |
71915 | 15040 15040 | tests/phpunit/unit/ReferenceStackTest.php |
71916 | 15040 15040 | tests/phpunit/unit/ReferencesFormatterTest.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);