Since [SQLite 3.35.0](https://www.sqlite.org/draft/releaselog/3_35_0.html) version there should be new math functions provided but some of them are unsupported by Xerial implementation: - [ceiling](https://www.sqlite.org/draft/lang_mathfunc.html#ceil) - [ln](https://www.sqlite.org/draft/lang_mathfunc.html#ln) - [log(b,x)](https://www.sqlite.org/draft/lang_mathfunc.html#log) - [log2](https://www.sqlite.org/draft/lang_mathfunc.html#log2) - [pow](https://www.sqlite.org/draft/lang_mathfunc.html#pow) - [trunc](https://www.sqlite.org/draft/lang_mathfunc.html#trunc) Please consider to add support for those functions.