Jarl Friis <[EMAIL PROTECTED]> wrote:
> "Nuno Lucas" <[EMAIL PROTECTED]> writes:
> 
> > If you will be sharing databases between different endienness
> > systems then you care, so you will take appropriate actions to have
> > the best result. The same is true with any other portable file
> > format.
> 
> So my question boils down to: Is the SQLite fileformat portable? Or is
> it only portable across endianess-equivalent architectures?
> 

The file format is portable.

However, if you store UTF16le data, there is a performance
penalty for extracting it on a UTF16be machine.

--
D. Richard Hipp <[EMAIL PROTECTED]>


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

Reply via email to