file
20 rows where patch_id = 87237
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
414438 | 87237 87237 | ServiceWiring.php |
414439 | 87237 87237 | extension.json |
414440 | 87237 87237 | includes/EchoServices.php |
414441 | 87237 87237 | includes/Push/NotificationRequestJob.php |
414442 | 87237 87237 | includes/Push/NotificationServiceClient.php |
414443 | 87237 87237 | includes/Push/PushNotifier.php |
414444 | 87237 87237 | includes/Push/Subscription.php |
414445 | 87237 87237 | includes/Push/SubscriptionManager.php |
414446 | 87237 87237 | includes/Push/Utils.php |
414447 | 87237 87237 | includes/api/Push/ApiEchoPushSubscriptionsCreate.php |
414448 | 87237 87237 | includes/api/Push/ApiEchoPushSubscriptionsDelete.php |
414449 | 87237 87237 | tests/phpunit/api/Push/ApiEchoPushSubscriptionsCreateTest.php |
414450 | 87237 87237 | tests/phpunit/api/Push/ApiEchoPushSubscriptionsDeleteTest.php |
414451 | 87237 87237 | tests/phpunit/integration/EchoServicesTest.php |
414452 | 87237 87237 | tests/phpunit/integration/Push/NotificationServiceClientTest.php |
414453 | 87237 87237 | tests/phpunit/integration/Push/PushNotifierTest.php |
414454 | 87237 87237 | tests/phpunit/integration/Push/SubscriptionManagerTest.php |
414455 | 87237 87237 | tests/phpunit/integration/Push/UtilsTest.php |
414456 | 87237 87237 | tests/phpunit/unit/Push/NotificationServiceClientUnitTest.php |
414457 | 87237 87237 | tests/phpunit/unit/Push/SubscriptionTest.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);