home / train

file

12 rows where patch_id = 82356

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
381307 82356 82356 composer.json
381308 82356 82356 includes/Settings/Cache/ArrayCache.php
381309 82356 82356 includes/Settings/Cache/CacheArgumentException.php
381310 82356 82356 includes/Settings/Cache/CachedSource.php
381311 82356 82356 includes/Settings/Cache/SharedMemoryCache.php
381312 82356 82356 includes/Settings/SettingsBuilder.php
381313 82356 82356 tests/common/TestsAutoLoader.php
381314 82356 82356 tests/phpunit/unit/includes/Settings/Cache/ArrayCacheTest.php
381315 82356 82356 tests/phpunit/unit/includes/Settings/Cache/CacheInterfaceTestTrait.php
381316 82356 82356 tests/phpunit/unit/includes/Settings/Cache/CachedSourceTest.php
381317 82356 82356 tests/phpunit/unit/includes/Settings/Cache/SharedMemoryCacheTest.php
381318 82356 82356 tests/phpunit/unit/includes/Settings/SettingsBuilderTest.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 15.987ms