praeclarum / sqlite-net

Simple, powerful, cross-platform SQLite client and ORM for .NET
MIT License
4.02k stars 1.42k forks source link

FTS5 Class/Struct how to match the Delegate Type? #1145

Open layer07 opened 1 year ago

layer07 commented 1 year ago

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 commented 1 year ago

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.