home / train

file

24 rows where patch_id = 130252

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
662793 130252 130252 includes/language/MessageCache.php
662794 130252 130252 includes/specials/SpecialExpandTemplates.php
662795 130252 130252 includes/skins/Skin.php
662796 130252 130252 tests/phpunit/includes/language/MessageParserTest.php
662797 130252 130252 tests/phpunit/includes/specials/SpecialRecentChangesTest.php
662798 130252 130252 includes/specialpage/SpecialPageFactory.php
662799 130252 130252 tests/parser/ParserTestRunner.php
662800 130252 130252 RELEASE-NOTES-1.44
662801 130252 130252 tests/phpunit/includes/language/LocalizationUpdateSpyTrait.php
662802 130252 130252 includes/language/FormatterFactory.php
662803 130252 130252 tests/phpunit/includes/Status/StatusFormatterTest.php
662804 130252 130252 includes/ServiceWiring.php
662805 130252 130252 includes/mail/EmailNotification.php
662806 130252 130252 tests/phpunit/unit/includes/language/FormatterFactoryTest.php
662807 130252 130252 includes/language/Message/Message.php
662808 130252 130252 includes/specials/SpecialRecentChanges.php
662809 130252 130252 autoload.php
662810 130252 130252 includes/specials/SpecialRecentChangesLinked.php
662811 130252 130252 tests/phpunit/includes/language/MessageCacheTest.php
662812 130252 130252 tests/phpunit/unit/includes/Permissions/UserAuthorityTest.php
662813 130252 130252 includes/Status/StatusFormatter.php
662814 130252 130252 includes/MediaWikiServices.php
662815 130252 130252 tests/phpunit/includes/title/TitleTest.php
662816 130252 130252 includes/language/MessageParser.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 26.319ms