On Mon, Mar 24, 2014 at 1:07 PM, mm.w <0xcafef...@gmail.com> wrote:

> Hello,
>
> is it fixed in 3.8.4.1 or only in the repo?
> is that possible to add the date on the "Download Page" section?
>

It was fixed earlier this morning on trunk.  You can download the latest
sources from the website (see the "tarball" and "zip archive" links on
http://www.sqlite.org/src/info/221f8f9447) or you can use the diffs on that
page to patch whatever version of Fossil you are using.



>
> Best.
>
>
> On Mon, Mar 24, 2014 at 8:35 AM, Richard Hipp <d...@sqlite.org> wrote:
>
> > Also worked correctly in 3.8.2.  Problem introduced in 3.8.3.  Fixed
> here:
> > http://www.sqlite.org/src/info/221f8f9447
> >
> >
> >
> >
> > On Mon, Mar 24, 2014 at 4:52 AM, Clemens Ladisch <clem...@ladisch.de>
> > wrote:
> >
> > > Hi,
> > >
> > > it appears that SQLite thinks it can reuse a register even when
> > > another operation changes it by applying numeric affinity:
> > >
> > > > create table t(x);
> > > > insert into t values('1');
> > > > select typeof(x) from t where x=x;
> > > text
> > > > select typeof(x) from t where x=x+0;
> > > integer
> > >
> > > (first reported here: <http://stackoverflow.com/questions/22598026>)
> > >
> > > This worked correctly in SQLite 3.7.17.
> > >
> > >
> > > Regards,
> > > Clemens
> > > _______________________________________________
> > > sqlite-users mailing list
> > > sqlite-users@sqlite.org
> > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> > >
> >
> >
> >
> > --
> > D. Richard Hipp
> > d...@sqlite.org
> > _______________________________________________
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> >
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to