file
25 rows where patch_id = 79214
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
366182 | 79214 79214 | includes/Api/CheckSyntax.php |
366183 | 79214 79214 | includes/FilterValidator.php |
366184 | 79214 79214 | includes/Parser/AFPData.php |
366185 | 79214 79214 | includes/Parser/AFPTransitionBase.php |
366186 | 79214 79214 | includes/Parser/AFPTreeNode.php |
366187 | 79214 79214 | includes/Parser/AFPTreeParser.php |
366188 | 79214 79214 | includes/Parser/AbuseFilterCachingParser.php |
366189 | 79214 79214 | includes/Parser/AbuseFilterTokenizer.php |
366190 | 79214 79214 | includes/Parser/Exception/ConditionLimitException.php |
366191 | 79214 79214 | includes/Parser/Exception/ExceptionBase.php |
366192 | 79214 79214 | includes/Parser/Exception/InternalException.php |
366193 | 79214 79214 | includes/Parser/Exception/UserVisibleException.php |
366194 | 79214 79214 | includes/Parser/Exception/UserVisibleWarning.php |
366195 | 79214 79214 | includes/Parser/ParserStatus.php |
366196 | 79214 79214 | tests/phpunit/integration/Api/CheckSyntaxTest.php |
366197 | 79214 79214 | tests/phpunit/unit/FilterValidatorTest.php |
366198 | 79214 79214 | tests/phpunit/unit/Parser/AFPDataTest.php |
366199 | 79214 79214 | tests/phpunit/unit/Parser/AFPExceptionTest.php |
366200 | 79214 79214 | tests/phpunit/unit/Parser/Exception/ExceptionBaseTest.php |
366201 | 79214 79214 | tests/phpunit/unit/Parser/Exception/UserVisibleExceptionTest.php |
366202 | 79214 79214 | tests/phpunit/unit/Parser/Exception/UserVisibleWarningTest.php |
366203 | 79214 79214 | tests/phpunit/unit/Parser/ParserStatusTest.php |
366204 | 79214 79214 | tests/phpunit/unit/Parser/ParserTest.php |
366205 | 79214 79214 | tests/phpunit/unit/Parser/ParserTestCase.php |
366206 | 79214 79214 | tests/phpunit/unit/RunnerDataTest.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);