> On Mon, Jan 27, 2014 at 4:07 PM, James Turner <ja...@calminferno.net> wrote:
>> Does anyone see any problem with running Fossil 1.28 against SQLite
>> 3.8.0.2? I'd really like to see Fossil 1.28 make our 5.5 release.

I don't see a problem. Fossil 1.28 only has a single query
which uses "WITHOUT ROWID", which was 3.8.2's main
feature. it's here:
    <http://www.fossil-scm.org/index.html/artifact/c78520390a2b5374?ln=517-523>
this query works fine without using "WITHOUT ROWID" as well.
I tested SQLite 1.28 with SQLite 3.7.17 (just by changing
the inititial SQLite version check), and that works fine too.

2014-01-27 Richard Hipp <d...@sqlite.org>:
> I think URL like:    .../tree?ci=trunk  will fail without 3.8.2.

This is the url which uses "WITHOUT ROWID" in trunk, but
thanks to the SQLite version check it doesn't depend on it
(yet) in Fossil 1.28.

Regards,
          Jan Nijtmans
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to