Re: [sqlite] Possible bug regarding endiannes and real storage class (sqlite3)

2005-08-18 Thread D. Richard Hipp
On Thu, 2005-08-18 at 12:24 -0400, D. Richard Hipp wrote: > 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 > >

Re: [sqlite] Possible bug regarding endiannes and real storage class (sqlite3)

2005-08-18 Thread D. Richard Hipp
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

[sqlite] Possible bug regarding endiannes and real storage class (sqlite3)

2005-08-18 Thread Frank van Vugt
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. Databases created on i386 can basically be read and used on the ARM device and viceversa. However, data that is stored using