home / train

file

11 rows where patch_id = 130306

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
663188 130306 130306 includes/Notification/RecipientSet.php
663189 130306 130306 docs/extension.schema.v2.json
663190 130306 130306 includes/MediaWikiServices.php
663191 130306 130306 includes/Notification/Notification.php
663192 130306 130306 autoload.php
663193 130306 130306 includes/Notification/NotificationHandler.php
663194 130306 130306 includes/registration/ExtensionProcessor.php
663195 130306 130306 includes/Notification/Types/SimpleNotification.php
663196 130306 130306 tests/phpunit/unit/includes/Notification/NotificationServiceTest.php
663197 130306 130306 includes/Notification/NotificationService.php
663198 130306 130306 includes/ServiceWiring.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 644.101ms