file
12 rows where patch_id = 88793
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
427474 | 88793 88793 | autoload.php |
427475 | 88793 88793 | includes/libs/rdbms/database/Database.php |
427476 | 88793 88793 | includes/libs/rdbms/database/DatabaseMysqlBase.php |
427477 | 88793 88793 | includes/libs/rdbms/database/DatabaseMysqli.php |
427478 | 88793 88793 | includes/libs/rdbms/database/DatabasePostgres.php |
427479 | 88793 88793 | includes/libs/rdbms/database/DatabaseSqlite.php |
427480 | 88793 88793 | includes/libs/rdbms/database/utils/QueryStatus.php |
427481 | 88793 88793 | tests/phpunit/includes/Revision/RevisionStoreDbTest.php |
427482 | 88793 88793 | tests/phpunit/includes/db/DatabaseTestHelper.php |
427483 | 88793 88793 | tests/phpunit/integration/includes/db/DatabaseMysqlTest.php |
427484 | 88793 88793 | tests/phpunit/unit/includes/libs/rdbms/database/DatabaseSQLTest.php |
427485 | 88793 88793 | tests/phpunit/unit/includes/libs/rdbms/database/DatabaseTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
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);