sqlite-net icon indicating copy to clipboard operation
sqlite-net copied to clipboard

FTS5 Class/Struct how to match the Delegate Type?

Open layer07 opened this issue 2 years ago • 1 comments

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?

FTSBG

Thanks :).

layer07 avatar Nov 18 '22 09:11 layer07

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.

layer07 avatar Nov 18 '22 10:11 layer07