On Tuesday, 22 September 2020 11:58:04 PDT Dirk Hohndel via subsurface wrote:
> > I suspect that parsing the samples fails, and that sql query might be
> > something that the version of libsqlite on windows cannot handle...
> We use libsqlite 3.32.2 on Windows.
> I always wonder if this is a line end issue or something else where the
> different character set conversions bite us...?

The sqlite file format should be the same. It's binary, so line endings 
shouldn't be an issue. Only if the lines with CRLF are loaded into the 
database itself...

You can copy the file onto a Linux and use /usr/bin/sqlite to see if it can 
read.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel DPG Cloud Engineering



_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to