home / train

file

9 rows where patch_id = 4786

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
22541 4786 4786 includes/ServiceWiring.php
22542 4786 4786 includes/auth/AuthManager.php
22543 4786 4786 tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php
22544 4786 4786 tests/phpunit/includes/auth/AuthManagerTest.php
22545 4786 4786 tests/phpunit/includes/auth/ConfirmLinkSecondaryAuthenticationProviderTest.php
22546 4786 4786 tests/phpunit/includes/auth/EmailNotificationSecondaryAuthenticationProviderTest.php
22547 4786 4786 tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php
22548 4786 4786 tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php
22549 4786 4786 tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.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 17.005ms