On Thu, 2005-08-18 at 18:04 +0200, Frank van Vugt wrote:
> L.S.
> 
> It looks like there's something wrong with the endiannes when using sqlite3 
> (v3.2.2) on an ARM architecture (SA1100 nanoboard) while storing floating 
> point data.
> 

SQLite assumes float point values are stored in the IEEE 64-bit
format with the same byte order as the machine integer.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to