home / train

file

40 rows where patch_id = 227

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
1087 227 227 extension.json
1088 227 227 src/Hooks.php
1089 227 227 src/InputCheck/BaseChecker.php
1090 227 227 src/InputCheck/RestbaseChecker.php
1091 227 227 src/MathChemSymbolsDataModule.php
1092 227 227 src/MathDataUpdater.php
1093 227 227 src/MathFormatter.php
1094 227 227 src/MathLaTeXML.php
1095 227 227 src/MathMLRdfBuilder.php
1096 227 227 src/MathMathML.php
1097 227 227 src/MathMathMLCli.php
1098 227 227 src/MathMathSymbolsDataModule.php
1099 227 227 src/MathPng.php
1100 227 227 src/MathRenderer.php
1101 227 227 src/MathRestbaseInterface.php
1102 227 227 src/MathSource.php
1103 227 227 src/MathValidator.php
1104 227 227 src/MathWikibaseConfig.php
1105 227 227 src/MathWikibaseConnector.php
1106 227 227 src/MathWikibaseInfo.php
1107 227 227 src/SpecialMathShowImage.php
1108 227 227 src/SpecialMathStatus.php
1109 227 227 src/SpecialMathWikibase.php
1110 227 227 src/WikibaseHook.php
1111 227 227 tests/phpunit/MathDataUpdaterTest.php
1112 227 227 tests/phpunit/MathDatabaseTest.php
1113 227 227 tests/phpunit/MathFormatterTest.php
1114 227 227 tests/phpunit/MathHooksTest.php
1115 227 227 tests/phpunit/MathIdTest.php
1116 227 227 tests/phpunit/MathLaTeXMLDatabaseTest.php
1117 227 227 tests/phpunit/MathLaTeXMLTest.php
1118 227 227 tests/phpunit/MathMLRdfBuilderTest.php
1119 227 227 tests/phpunit/MathMathMLTest.php
1120 227 227 tests/phpunit/MathPngTest.php
1121 227 227 tests/phpunit/MathRendererTest.php
1122 227 227 tests/phpunit/MathRestbaseInterfaceTest.php
1123 227 227 tests/phpunit/MathSourceTest.php
1124 227 227 tests/phpunit/MathValidatorTest.php
1125 227 227 tests/phpunit/MathoidCliTest.php
1126 227 227 tests/phpunit/unit/InputCheckFactoryTest.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 21.093ms