home / train

file

10 rows where patch_id = 15037

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
71893 15037 15037 src/Cite.php
71894 15037 15037 src/FootnoteMarkFormatter.php
71895 15037 15037 src/ReferenceStack.php
71896 15037 15037 src/ReferencesFormatter.php
71897 15037 15037 tests/phpunit/CiteIntegrationTest.php
71898 15037 15037 tests/phpunit/ReferenceMessageLocalizerTest.php
71899 15037 15037 tests/phpunit/unit/CiteUnitTest.php
71900 15037 15037 tests/phpunit/unit/FootnoteMarkFormatterTest.php
71901 15037 15037 tests/phpunit/unit/ReferenceStackTest.php
71902 15037 15037 tests/phpunit/unit/ReferencesFormatterTest.php

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 19.028ms