home / train

file

22 rows where patch_id = 38359

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
177178 38359 38359 .phpcs.xml
177179 38359 38359 RELEASE-NOTES-1.33
177180 38359 38359 autoload.php
177181 38359 38359 docs/hooks.txt
177182 38359 38359 includes/AuthPlugin.php
177183 38359 38359 includes/DefaultSettings.php
177184 38359 38359 includes/Setup.php
177185 38359 38359 includes/auth/AuthManager.php
177186 38359 38359 includes/auth/AuthManagerAuthPlugin.php
177187 38359 38359 includes/auth/AuthManagerAuthPluginUser.php
177188 38359 38359 includes/auth/AuthPluginPrimaryAuthenticationProvider.php
177189 38359 38359 includes/preferences/DefaultPreferencesFactory.php
177190 38359 38359 includes/session/SessionManager.php
177191 38359 38359 includes/specials/SpecialChangeEmail.php
177192 38359 38359 includes/specials/SpecialUserrights.php
177193 38359 38359 includes/user/User.php
177194 38359 38359 languages/i18n/en.json
177195 38359 38359 languages/i18n/qqq.json
177196 38359 38359 tests/common/TestSetup.php
177197 38359 38359 tests/phpunit/includes/api/ApiTestCase.php
177198 38359 38359 tests/phpunit/includes/auth/AuthManagerTest.php
177199 38359 38359 tests/phpunit/includes/auth/AuthPluginPrimaryAuthenticationProviderTest.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 21.512ms