- [ ] Remove fileio utf8 functions as they are now [builtin ](https://sqlite.org/src/info/fe0414a9a3caf6af67f53a5f3534efd5d4bf4978ebce1c591ef62d6961e55701) - [ ] Analyze is now an [extension function](https://www.sqlite.org/src/file?ci=trunk&name=ext%2Fmisc%2Fanalyze.c) - [ ] Update `apsw.ext.analyze_pages` to provide the same info. eg btree depth is missing - [ ] Update `apsw.ext.page_usage_to_svg` with those updates - [ ] `sqlite3_incomplete` API may be added which would allow finally fixing #212 - [ ] Update tests/jsonb to use randomjson extension if present from sqlite extra - [ ] Update tools/json_bench.py to do the same
apsw.ext.analyze_pagesto provide the same info. eg btree depth is missingapsw.ext.page_usage_to_svgwith those updatessqlite3_incompleteAPI may be added which would allow finally fixing apsw shell doesn't understand commented out queries #212