Re: [sqlite] wrong number of arguments to function rank()

2020-02-06 Thread Andrea Spacca
> Looks like there should be one argument after the "matchinfo" for each > column in the table. So: > SELECT rank(matchinfo(event_search_test), 1.0, 1.0) AS rank, > room_id... Yes, I realised that nVal is the number of arguments passed to the function, so according to nVal!=(1+nCol) I have

[sqlite] wrong number of arguments to function rank()

2020-02-06 Thread Andrea Spacca
"test"; Error: wrong number of arguments to function rank() I cannot find any bug related to this problem, so I guess is somehow related to my env. Thanks, Andrea Spacca ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users