[sqlite] How to avoid the fts rebuilding when add a column on fts table?

2018-06-04 Thread zheng xiaojin
we are using FTS5 to support my business. But find it so intolerable that Every time when I wanr to add one business column which will also be added on fts table, I need to drop all the fts.table and rebulid again. Can.you help me or if you have any develop plan about this problem? Thank you!

Re: [sqlite] here is my test case//Re: SQLITE3 FTS5 prefix query get mismatch result

2018-03-22 Thread zheng xiaojin
M To: sqlite-users@mailinglists.sqlite.org Subject: Re: [sqlite] here is my test case//Re: SQLITE3 FTS5 prefix query get mismatch result On 03/22/2018 06:05 PM, Dan Kennedy wrote: > On 03/22/2018 05:38 PM, zheng xiaojin wrote: >> Sorry, but testcase maybe have some format problem

Re: [sqlite] here is my test case//Re: SQLITE3 FTS5 prefix query get mismatch result

2018-03-22 Thread zheng xiaojin
22, 2018 4:56:15 PM To: sqlite-users@mailinglists.sqlite.org Subject: Re: [sqlite] here is my test case//Re: SQLITE3 FTS5 prefix query get mismatch result On 03/21/2018 03:16 PM, zheng xiaojin wrote: > (Please add.the head file and sqlite lib yourself, Thank you very much) Hi, Thanks for

[sqlite] here is my test case//Re: SQLITE3 FTS5 prefix query get mismatch result

2018-03-21 Thread zheng xiaojin
1, [1], TRUE, INFINITE); } printf("multithread are all over now.\n"); } else { WaitForMultipleObjects(1, [0], TRUE, INFINITE); printf("multithread are all over now.\n"); } return 0; } int main() { thread(writeFunc, readFunc); return 0; } ?取 Outlook for Android<https:

[sqlite] SQLITE3 FTS5 prefix query get mismatch result

2018-03-20 Thread zheng xiaojin
(I am not sure whether you have seen my message, so resend again) Hi, When I use FTS5, I have met that, there are some cases which will get mis-match results with prefix search. Like "select * from tbl_fts where tbl_fts match 'lucy*';",which I want to get records like "lucya","lucyabc" etc, and

[sqlite] Problem: FTS5 prefix search getting the mis-match result

2018-03-19 Thread zheng xiaojin
Hi, When I use FTS5, I have met that, there are some cases which will get mis-match results with prefix search. Like "select * from tbl_fts where tbl_fts match 'lucy*';",which I want to get records like "lucya","lucyabc" etc, and "lux" or "lulu" is not what I want but returned. Such problems are

[sqlite] pcache1FetchStage2 CRASH

2018-01-12 Thread zheng xiaojin
I am using the 3.15.2, and currently a problem comes to me that, pcache1FetchStage2 CRASH when access the pgroup->lru.pLRUPrev->isAnchor, the crash info is sigsegv access 0x16 on IOS. And a little frequently about0.1percent. 获取 Outlook for Android