Just checked my code and luckily I don't round in SQLite.
I suppose an easy work-around for now would be to do something like:
Select round(field + 0.000000000000001, 1) as it will be unlikely
you are dealing with 0.949999999999999

RBS

-----Original Message-----
From: Olaf Schmidt [mailto:[EMAIL PROTECTED] 
Sent: 10 June 2007 21:34
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] error in round-function?


Thanks to RBS and Alberto for testing...

So it seems the problem is somehow Windows-related
(maybe the VC-Compiler).

Think I'll override the Round-Function in my wrapper.

Regards,

Olaf
-- 
View this message in context:
http://www.nabble.com/error-in-round-function--tf3897765.html#a11052069
Sent from the SQLite mailing list archive at Nabble.com.


----------------------------------------------------------------------------
-
To unsubscribe, send email to [EMAIL PROTECTED]
----------------------------------------------------------------------------
-




-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to