Re: [General] Indexing problem with sqlite3

2017-03-23 Thread Alexander Barkov
Hello, On 03/22/2017 08:51 PM, Teijo wrote: > Hello, > > Unfortunately patch did not solve the problem. > > As to SQLite3 versions, Ubuntu 16.04 it is > SQLite version 3.11.0 2016-02-15 17:29:24 > and in Jessie > SQLite version 3.8.7.1 2014-10-29 13:59:56 There are two similar places in

Re: [General] Indexing problem with sqlite3

2017-03-22 Thread Teijo
Hello, Unfortunately patch did not solve the problem. As to SQLite3 versions, Ubuntu 16.04 it is SQLite version 3.11.0 2016-02-15 17:29:24 and in Jessie SQLite version 3.8.7.1 2014-10-29 13:59:56 Best regards, Teijo 22.3.2017, 16:52, Alexander Barkov kirjoitti: Hello Teijo, SQLite

Re: [General] Indexing problem with sqlite3

2017-03-22 Thread Alexander Barkov
Hello Teijo, SQLite changed the error message in one of the recent releases, from "unique" in lower case to "UNIQUE" in upper case. Please apply this patch to src/sql-sqlite.c: -if (!strstr(db->errstr,"unique")) +if (!strstr(db->errstr,"unique") &&

Re: [General] Indexing problem with sqlite3

2017-03-22 Thread Alexander Barkov
Hello Teijo, On 03/22/2017 03:44 PM, Teijo wrote: > Hello, > > I have installed Mnogosearch 3.4.1 from source both to Ubuntu 16.04 and > Debian Jessie. > > In Ubuntu I cannot use Mysql as database because there seem to be some > compatibility issues with Mysql 5.7. In Jessie where Mysql