mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
add [soundex](https://www.sqlite.org/lang_corefunc.html#soundex) scalar function. it seems that sqlite did not enable `soundex()` function by default unless build it with `SQLITE_SOUNDEX`, while the sqlite in the ci workflow did not enable it. this pr skipped the test over `soundex()` temporarily in the `scalar-function.test` file. Closes #453