sqlite-net
sqlite-net copied to clipboard
FTS5 Class/Struct how to match the Delegate Type?
Hi guys.
sqlite-net works like a charm for me, yet, on FTS5 Tables I cannot select the data, the query is valid and works elsewhere.
I couldn't find anything related to FTS5 and sqlite-net, can you guys please enlighten me on the subject?

Thanks :).
Well, seems that it was my mistake (or not).
Depending on the load I prefer to use struct over class, or even now we can do for symmetry record struct and record class.
Changing from record struct to record class didn't do much, but leaving as class worked.
Not an issue for me now, but good to note.