Hello,

When using sqlite-3.3.4 with windows I get the following strange behaviour.

create table Muppet (Kermit float);
insert into Muppet values (100);
select * from Muppet;
100.0

As you see it returns 100.0 instead of only 100. This happens in windows
xp but not in win ce.

Anyone know how to fix this?

Thanks,
  Floppe

ps. it works with older versions but I don't want to downgrade.

Reply via email to