home / train

file

58 rows where patch_id = 484

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
2475 484 484 tests/phpunit/includes/MergeHistoryTest.php
2476 484 484 tests/phpunit/includes/MessageTest.php
2477 484 484 tests/phpunit/includes/OutputPageTest.php
2478 484 484 tests/phpunit/includes/RevisionTest.php
2479 484 484 tests/phpunit/includes/api/ApiOpenSearchTest.php
2480 484 484 tests/phpunit/includes/api/ApiOptionsTest.php
2481 484 484 tests/phpunit/includes/auth/AbstractPrimaryAuthenticationProviderTest.php
2482 484 484 tests/phpunit/includes/auth/AuthManagerTest.php
2483 484 484 tests/phpunit/includes/auth/AuthenticationRequestTest.php
2484 484 484 tests/phpunit/includes/auth/ConfirmLinkAuthenticationRequestTest.php
2485 484 484 tests/phpunit/includes/auth/ConfirmLinkSecondaryAuthenticationProviderTest.php
2486 484 484 tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php
2487 484 484 tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php
2488 484 484 tests/phpunit/includes/cache/LocalisationCacheTest.php
2489 484 484 tests/phpunit/includes/changes/EnhancedChangesListTest.php
2490 484 484 tests/phpunit/includes/changes/OldChangesListTest.php
2491 484 484 tests/phpunit/includes/changes/RecentChangeTest.php
2492 484 484 tests/phpunit/includes/content/WikitextContentHandlerTest.php
2493 484 484 tests/phpunit/includes/debug/MWDebugTest.php
2494 484 484 tests/phpunit/includes/filerepo/FileBackendDBRepoWrapperTest.php
2495 484 484 tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php
2496 484 484 tests/phpunit/includes/filerepo/file/FileTest.php
2497 484 484 tests/phpunit/includes/jobqueue/JobTest.php
2498 484 484 tests/phpunit/includes/page/WikiCategoryPageTest.php
2499 484 484 tests/phpunit/includes/page/WikiPageDbTest.php
2500 484 484 tests/phpunit/includes/preferences/DefaultPreferencesFactoryTest.php
2501 484 484 tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php
2502 484 484 tests/phpunit/includes/search/SearchEnginePrefixTest.php
2503 484 484 tests/phpunit/includes/session/BotPasswordSessionProviderTest.php
2504 484 484 tests/phpunit/includes/session/CookieSessionProviderTest.php
2505 484 484 tests/phpunit/includes/session/ImmutableSessionProviderWithCookieTest.php
2506 484 484 tests/phpunit/includes/session/SessionBackendTest.php
2507 484 484 tests/phpunit/includes/session/SessionInfoTest.php
2508 484 484 tests/phpunit/includes/session/SessionManagerTest.php
2509 484 484 tests/phpunit/includes/session/SessionProviderTest.php
2510 484 484 tests/phpunit/includes/session/SessionTest.php
2511 484 484 tests/phpunit/includes/site/CachingSiteStoreTest.php
2512 484 484 tests/phpunit/includes/site/SiteExporterTest.php
2513 484 484 tests/phpunit/includes/site/SiteImporterTest.php
2514 484 484 tests/phpunit/includes/specials/SpecialPreferencesTest.php
2515 484 484 tests/phpunit/includes/specials/SpecialSearchTest.php
2516 484 484 tests/phpunit/includes/user/BotPasswordTest.php
2517 484 484 tests/phpunit/includes/user/CentralIdLookupTest.php
2518 484 484 tests/phpunit/includes/utils/BatchRowUpdateTest.php
2519 484 484 tests/phpunit/unit/includes/TitleArrayFromResultTest.php
2520 484 484 tests/phpunit/unit/includes/auth/AbstractSecondaryAuthenticationProviderTest.php
2521 484 484 tests/phpunit/unit/includes/debug/logger/monolog/KafkaHandlerTest.php
2522 484 484 tests/phpunit/unit/includes/diff/ArrayDiffFormatterTest.php
2523 484 484 tests/phpunit/unit/includes/interwiki/InterwikiLookupAdapterTest.php
2524 484 484 tests/phpunit/unit/includes/libs/MemoizedCallableTest.php
2525 484 484 tests/phpunit/unit/includes/libs/rdbms/connectionmanager/ConnectionManagerTest.php
2526 484 484 tests/phpunit/unit/includes/libs/rdbms/connectionmanager/SessionConsistentConnectionManagerTest.php
2527 484 484 tests/phpunit/unit/includes/session/SessionUnitTest.php
2528 484 484 tests/phpunit/unit/includes/session/TokenTest.php
2529 484 484 tests/phpunit/unit/includes/user/UserArrayFromResultTest.php
2530 484 484 tests/phpunit/unit/includes/utils/MWRestrictionsTest.php
2531 484 484 tests/phpunit/unit/includes/watcheditem/WatchedItemQueryServiceUnitTest.php
2532 484 484 tests/phpunit/unit/includes/watcheditem/WatchedItemStoreUnitTest.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.037ms