Re: [sqlite] [BUG?] unexpected effect of view nesting on type conversion

2011-06-24 Thread Pavel Ivanov
> Just thought I should add that the problem seems to be gone with the
> just released version 3.7.7, but it's not mentioned in the release notes.

It's not in release notes but it's in the timeline. See
http://www.sqlite.org/src/info/91e2e8ba6f and
http://www.sqlite.org/src/info/0b3174e0b1.


Pavel


On Fri, Jun 24, 2011 at 7:15 AM, Mark Brand  wrote:
>
 I've run into a phenomenon I don't understand where view nesting affects
 types.
 Seen in sqlite 3.7.6.3
>>> sqlite-3.6.23 does NOT show this behavior.
>> After further reflection, I am going to go out on a limb and suggest
>> that the behavior described in the OP is a regression. The behavior
>> started somewhere between versions 3.6.23 and 3.7.6.3. It can have
>> serious consequences in the form of calculation errors.
>
>
> Just thought I should add that the problem seems to be gone with the
> just released version 3.7.7, but it's not mentioned in the release notes.
>
> regards,
>
> Mark
> ___
> 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


Re: [sqlite] [BUG?] unexpected effect of view nesting on type conversion

2011-06-24 Thread Mark Brand

>>> I've run into a phenomenon I don't understand where view nesting affects
>>> types.
>>> Seen in sqlite 3.7.6.3
>> sqlite-3.6.23 does NOT show this behavior.
> After further reflection, I am going to go out on a limb and suggest
> that the behavior described in the OP is a regression. The behavior
> started somewhere between versions 3.6.23 and 3.7.6.3. It can have
> serious consequences in the form of calculation errors.


Just thought I should add that the problem seems to be gone with the 
just released version 3.7.7, but it's not mentioned in the release notes.

regards,

Mark
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] [BUG?] unexpected effect of view nesting on type conversion

2011-06-23 Thread Mark Brand

>> I've run into a phenomenon I don't understand where view nesting affects
>> types.
>> Seen in sqlite 3.7.6.3
> sqlite-3.6.23 does NOT show this behavior.

After further reflection, I am going to go out on a limb and suggest 
that the behavior described in the OP is a regression. The behavior 
started somewhere between versions 3.6.23 and 3.7.6.3. It can have 
serious consequences in the form of calculation errors.

regards,

Mark

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users