file
21 rows where patch_id = 473
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2378 | 473 473 | tests/phpunit/includes/Storage/NameTableStoreFactoryTest.php |
2379 | 473 473 | tests/phpunit/includes/actions/WatchActionTest.php |
2380 | 473 473 | tests/phpunit/includes/api/ApiOptionsTest.php |
2381 | 473 473 | tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php |
2382 | 473 473 | tests/phpunit/includes/auth/AbstractPrimaryAuthenticationProviderTest.php |
2383 | 473 473 | tests/phpunit/includes/auth/AuthManagerTest.php |
2384 | 473 473 | tests/phpunit/includes/content/ContentModelChangeTest.php |
2385 | 473 473 | tests/phpunit/includes/db/LBFactoryTest.php |
2386 | 473 473 | tests/phpunit/includes/session/SessionManagerTest.php |
2387 | 473 473 | tests/phpunit/includes/user/UserNameUtilsTest.php |
2388 | 473 473 | tests/phpunit/unit/includes/Permissions/PermissionManagerTest.php |
2389 | 473 473 | tests/phpunit/unit/includes/Storage/RevertedTagUpdateTest.php |
2390 | 473 473 | tests/phpunit/unit/includes/api/ApiUnblockTest.php |
2391 | 473 473 | tests/phpunit/unit/includes/block/BlockUtilsTest.php |
2392 | 473 473 | tests/phpunit/unit/includes/editpage/Constraint/AutoSummaryMissingSummaryConstraintTest.php |
2393 | 473 473 | tests/phpunit/unit/includes/editpage/Constraint/ContentModelChangeConstraintTest.php |
2394 | 473 473 | tests/phpunit/unit/includes/editpage/Constraint/SelfRedirectConstraintTest.php |
2395 | 473 473 | tests/phpunit/unit/includes/editpage/Constraint/SpamRegexConstraintTest.php |
2396 | 473 473 | tests/phpunit/unit/includes/libs/SamplingStatsdClientTest.php |
2397 | 473 473 | tests/phpunit/unit/includes/user/UserNamePrefixSearchTest.php |
2398 | 473 473 | tests/phpunit/unit/includes/watchlist/WatchlistManagerTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
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);