On Fri, Oct 17, 2008 at 12:39, Mark Ng <[EMAIL PROTECTED]> wrote:
>
> On Fri, Oct 17, 2008 at 08:53, Ansgar Burchardt <[EMAIL PROTECTED]>wrote:
>
>> Hi,
>>
>> You problem with SQLite should have been fixed in 3.5.9-4 [1], but you
>> somehow still ha
Package: sqlite3
Version: 3.5.9-5
Severity: serious
SQLite3 doesn't return values for some divisions. 100/1.5, 100/3.1 returns
no output.
; sqlite3
SQLite version 3.5.9
Enter ".help" for instructions
sqlite> select 100/1.5;
sqlite> select 100/2.5;
40.0
sqlite> select 100/2;
50
sqlite> select
2 matches
Mail list logo