C:\src\sqlite_orm\tests\schema\virtual_table.cpp(6): exception: no such module: FTS5: SQL logic error
juandent opened this issue · 2 comments
juandent commented
Running unit_tests I get this error...
Is it something missing in the DLL?
Regards,
Juan Dent
fnc12 commented
you have to have SQLite with FTS5 module to run this unit test. It is runtime feature not compile time feature. More details https://www.sqlite.org/fts5.html
juandent commented
great thanks