On Fri, 25 Nov 2011 12:30:10 +0100, Laurent PERROTON
<l.perro...@esiee.fr> wrote:

> I am having a cross-platform Intel/ARM sqlite file issue.
>
> "...the file format is cross-platform. A database that is created on one
> machine can be copied and used on a different machine with a different
> architecture."
>
> So, how come I get this (sqlite 3.5.9 and ext3 on both IntelHost and ARMHost):

[snipped sample]

> Did I miss something ?

Perhaps you missed a compiler option :

http://www.sqlite.org/changes.html#version_3_4_0

* Added the SQLITE_MIXED_ENDIAN_64BIT_FLOAT 
  compile-time option to support ARM7 processors
  with goofy endianness.

-- 
Regards,

Kees Nuyt

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to