<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 23, 2020 at 2:18 AM Thiago Macieira <<a href="mailto:thiago@macieira.org">thiago@macieira.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tuesday, 22 September 2020 11:58:04 PDT Dirk Hohndel via subsurface wrote:<br>
> > I suspect that parsing the samples fails, and that sql query might be<br>
> > something that the version of libsqlite on windows cannot handle...<br>
> We use libsqlite 3.32.2 on Windows.<br>
> I always wonder if this is a line end issue or something else where the<br>
> different character set conversions bite us...?<br>
<br>
The sqlite file format should be the same. It's binary, so line endings <br>
shouldn't be an issue. Only if the lines with CRLF are loaded into the <br>
database itself...<br></blockquote><div><br></div><div>Line ending should not be an issue as the query does not have a new line and the data returned for samples doesn't have any free texts in it.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
You can copy the file onto a Linux and use /usr/bin/sqlite to see if it can <br>
read.<br></blockquote><div><br></div><div>It all works on Linux just fine. Subsurface on Linux imports the data properly, and of course sqlite3 on command-line works with the DB as well. The only thing not working (as far as I know) is trying to parse the DB on Windows with Subsurface. Maybe I need to next find a command line db cli for Windows and see if that works.<br></div><div><br></div><div>miika<br></div></div></div>