home / train

file

18 rows where patch_id = 448

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
2289 448 448 RELEASE-NOTES-1.37
2290 448 448 includes/auth/AbstractAuthenticationProvider.php
2291 448 448 includes/auth/AuthManager.php
2292 448 448 includes/auth/AuthenticationProvider.php
2293 448 448 includes/auth/CheckBlocksSecondaryAuthenticationProvider.php
2294 448 448 includes/auth/EmailNotificationSecondaryAuthenticationProvider.php
2295 448 448 includes/auth/TemporaryPasswordPrimaryAuthenticationProvider.php
2296 448 448 includes/auth/ThrottlePreAuthenticationProvider.php
2297 448 448 tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php
2298 448 448 tests/phpunit/includes/auth/AuthManagerTest.php
2299 448 448 tests/phpunit/includes/auth/CheckBlocksSecondaryAuthenticationProviderTest.php
2300 448 448 tests/phpunit/includes/auth/ConfirmLinkSecondaryAuthenticationProviderTest.php
2301 448 448 tests/phpunit/includes/auth/EmailNotificationSecondaryAuthenticationProviderTest.php
2302 448 448 tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php
2303 448 448 tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php
2304 448 448 tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php
2305 448 448 tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php
2306 448 448 tests/phpunit/unit/includes/auth/AbstractAuthenticationProviderTest.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 23.445ms