Windows && sqlite?

Thiago Macieira thiago at macieira.org
Tue Sep 22 16:18:42 PDT 2020


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





More information about the subsurface mailing list