Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Svyatoslav Mishyn
(Fri, 23 Mar 11:37) Richard Hipp: > OK. Changes are now on trunk to silence this warning. Thanks. -- https://www.juef.space/ ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Richard Hipp
On 3/23/18, Svyatoslav Mishyn wrote: > (Fri, 23 Mar 10:06) Richard Hipp: >> >> I do not understand that because the warning message is clearly >> conditional on FOSSIL_DEBUG. >> https://www.fossil-scm.org/fossil/artifact/3ad7d4054ca?ln=389 > > I think that warning

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Svyatoslav Mishyn
(Fri, 23 Mar 15:03) j. van den hoff: > I see it on some repos, but not on others... Usually, after upgrading Fossil to a new (major,minor) version, I rebuild all my repos. But one repo wasn't rebuilt at all as it was started 3 days ago. And before upgrading and rebuilding there was no such

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Svyatoslav Mishyn
(Fri, 23 Mar 10:06) Richard Hipp: > On 3/23/18, Svyatoslav Mishyn wrote: > > (Fri, 23 Mar 07:56) Richard Hipp: > >> > how to fix an SQLite warning on the /tagtimeline page? > >> > >> The easiest solution is probably to recompile without the -DFOSSIL_DEBUG > >> option.

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Richard Hipp
On 3/23/18, Svyatoslav Mishyn wrote: > (Fri, 23 Mar 07:56) Richard Hipp: >> > how to fix an SQLite warning on the /tagtimeline page? >> >> The easiest solution is probably to recompile without the -DFOSSIL_DEBUG >> option. > > it didn't go away with: > ./configure

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread j. van den hoff
I see it on some repos, but not on others... On Fri, 23 Mar 2018 14:43:12 +0100, Martin Gagnon wrote: On Fri, Mar 23, 2018 at 01:02:47PM +0200, Svyatoslav Mishyn wrote: Hi, how to fix an SQLite warning on the /tagtimeline page? On all my publicly available repositories I

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Martin Gagnon
On Fri, Mar 23, 2018 at 01:02:47PM +0200, Svyatoslav Mishyn wrote: > Hi, > > how to fix an SQLite warning on the /tagtimeline page? > > On all my publicly available repositories I have such error on that page: > SQLITE_WARNING: automatic index on tagxref(tagtype) > I have the exact same

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Svyatoslav Mishyn
(Fri, 23 Mar 07:56) Richard Hipp: > > how to fix an SQLite warning on the /tagtimeline page? > > The easiest solution is probably to recompile without the -DFOSSIL_DEBUG > option. it didn't go away with: ./configure --fossil-debug=0 CFLAGS='-UFOSSIL_DEBUG' with ./configure --fossil-debug,

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Richard Hipp
On 3/23/18, Svyatoslav Mishyn wrote: > Hi, > > how to fix an SQLite warning on the /tagtimeline page? The easiest solution is probably to recompile without the -DFOSSIL_DEBUG option. > > On all my publicly available repositories I have such error on that page: >

[fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Svyatoslav Mishyn
Hi, how to fix an SQLite warning on the /tagtimeline page? On all my publicly available repositories I have such error on that page: SQLITE_WARNING: automatic index on tagxref(tagtype) trunk (1849c6e205) Fossil version is used, and they all were rebuilt. Thanks. -- https://www.juef.space/