home / train

file

14 rows where patch_id = 271

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
1359 271 271 MessageGroups.php
1360 271 271 ffs/SimpleFFS.php
1361 271 271 messagegroups/MessageGroup.php
1362 271 271 messagegroups/MessageGroupBase.php
1363 271 271 messagegroups/MessageGroupOld.php
1364 271 271 specials/SpecialLanguageStats.php
1365 271 271 specials/SpecialMessageGroupStats.php
1366 271 271 src/Statistics/ActiveLanguagesSpecialPage.php
1367 271 271 src/Synchronization/ExportTranslationsMaintenanceScript.php
1368 271 271 tag/PageTranslationHooks.php
1369 271 271 tests/phpunit/ExclusionInclusionListTest.php
1370 271 271 tests/phpunit/ffs/MediaWikiExtensionsTest.php
1371 271 271 utils/StatsTable.php
1372 271 271 utils/TranslateSandbox.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 13.63ms