sqlite byte-order
    Matthias Andree 
    matthias.andree at gmx.de
       
    Tue Feb  8 18:27:19 CET 2005
    
    
  
info-bogofilter at cs.utexas.edu writes:
> Shouldn't a sqlite database created on a sparc be readable from an intel?
> It looks to me like something in the sqlite interface is not byte
> swapping.
Indeed, the sqlite database driver always assumes it wasn't byte-swapped
-- and we're using BLOB, but we don't currently detect that
byte-swapping our locally-framed data would be needed.
Sorry. I'll see to that.
-- 
Matthias Andree
    
    
More information about the bogofilter
mailing list