fnc12/sqlite_orm

C:\src\sqlite_orm\tests\schema\virtual_table.cpp(6): exception: no such module: FTS5: SQL logic error

juandent opened this issue · 2 comments

Running unit_tests I get this error...

Is it something missing in the DLL?

Regards,
Juan Dent

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

great thanks