home / train

file

39 rows where patch_id = 14981

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
69238 14981 14981 tests/integration/includes/http/MWHttpRequestTestCase.php
69239 14981 14981 tests/phpunit/includes/MagicWordFactoryTest.php
69240 14981 14981 tests/phpunit/includes/MediaWikiServicesTest.php
69241 14981 14981 tests/phpunit/includes/RevisionDbTestBase.php
69242 14981 14981 tests/phpunit/includes/StatusTest.php
69243 14981 14981 tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php
69244 14981 14981 tests/phpunit/includes/api/ApiMainTest.php
69245 14981 14981 tests/phpunit/includes/api/ApiParseTest.php
69246 14981 14981 tests/phpunit/includes/api/ApiQueryInfoTest.php
69247 14981 14981 tests/phpunit/includes/api/ApiQueryRecentChangesIntegrationTest.php
69248 14981 14981 tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php
69249 14981 14981 tests/phpunit/includes/api/query/ApiQueryTestBase.php
69250 14981 14981 tests/phpunit/includes/auth/AuthenticationRequestTest.php
69251 14981 14981 tests/phpunit/includes/auth/PasswordAuthenticationRequestTest.php
69252 14981 14981 tests/phpunit/includes/auth/PasswordDomainAuthenticationRequestTest.php
69253 14981 14981 tests/phpunit/includes/auth/TemporaryPasswordAuthenticationRequestTest.php
69254 14981 14981 tests/phpunit/includes/changes/EnhancedChangesListTest.php
69255 14981 14981 tests/phpunit/includes/debug/MWDebugTest.php
69256 14981 14981 tests/phpunit/includes/editpage/TextboxBuilderTest.php
69257 14981 14981 tests/phpunit/includes/linkeddata/PageDataRequestHandlerTest.php
69258 14981 14981 tests/phpunit/includes/page/WikiPageDbTestBase.php
69259 14981 14981 tests/phpunit/includes/session/ImmutableSessionProviderWithCookieTest.php
69260 14981 14981 tests/phpunit/includes/session/SessionBackendTest.php
69261 14981 14981 tests/phpunit/includes/shell/ShellTest.php
69262 14981 14981 tests/phpunit/includes/site/SiteTest.php
69263 14981 14981 tests/phpunit/includes/specialpage/SpecialPageFactoryTest.php
69264 14981 14981 tests/phpunit/includes/specials/SpecialBlockTest.php
69265 14981 14981 tests/phpunit/includes/specials/SpecialPageDataTest.php
69266 14981 14981 tests/phpunit/includes/specials/pagers/BlockListPagerTest.php
69267 14981 14981 tests/phpunit/includes/watcheditem/WatchedItemQueryServiceUnitTest.php
69268 14981 14981 tests/phpunit/includes/watcheditem/WatchedItemStoreUnitTest.php
69269 14981 14981 tests/phpunit/integration/includes/db/DatabaseSqliteTest.php
69270 14981 14981 tests/phpunit/languages/LanguageIntegrationTest.php
69271 14981 14981 tests/phpunit/maintenance/backup_LogTest.php
69272 14981 14981 tests/phpunit/structure/ApiStructureTest.php
69273 14981 14981 tests/phpunit/structure/DatabaseIntegrationTest.php
69274 14981 14981 tests/phpunit/unit/includes/exception/MWExceptionHandlerTest.php
69275 14981 14981 tests/phpunit/unit/includes/json/FormatJsonUnitTest.php
69276 14981 14981 tests/phpunit/unit/includes/language/LanguageCodeTest.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 20.583ms