Ticket Hash: | 4907786b42198544ae0e6650a7689541f514a40c | ||
Title: | FTS same query in direct database returns different results than system.data.sqlite sqlitedataadapter.fill | ||
Status: | Closed | Type: | Incident |
Severity: | Important | Priority: | Medium |
Subsystem: | Data_Adapter | Resolution: | Need_More_Info |
Last Modified: |
2014-09-11 22:16:59 10.80 years ago |
Created: |
2014-09-03 04:18:02 10.83 years ago |
Version Found In: | 1.0.86 |
User Comments: | ||||
anonymous added on 2014-09-03 04:18:02:
I get different results when I run a the same FTS query through sqlitedataadapter.fill than when I run the exact same query directly in DB. I do use wildcards with OR's '*mypsi* OR joe*smith' mistachkin added on 2014-09-03 15:43:40: Do you have an example schema and query that demonstrates the issue? mistachkin added on 2014-09-03 15:44:57: Also, have you tried using the latest released version (1.0.93.0)? |