home / train

file

11 rows where patch_id = 59423

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
272919 59423 59423 app/src/components/SXArticleSelector/SXArticleSelector.vue
272920 59423 59423 app/src/components/SXEditor/SXEditor.vue
272921 59423 59423 app/src/components/SXSentenceSelector/SXSentenceSelector.vue
272922 59423 59423 app/src/components/SXSentenceSelector/SubSection.snap.js
272923 59423 59423 app/src/components/SXSentenceSelector/SubSection.test.js
272924 59423 59423 app/src/plugins/ve/components/VisualEditor.vue
272925 59423 59423 app/src/plugins/ve/index.js
272926 59423 59423 app/src/plugins/ve/target/SectionTranslationTarget.js
272927 59423 59423 app/src/utils/segmentedContentConverter.js
272928 59423 59423 app/src/utils/segmentedContentConverter.test.js
272929 59423 59423 app/src/utils/visualEditorHelper.js

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 2110.24ms