Levy A.
Levy A.
I'm looking into this. I think the best approach is to ditch the whole amalgamation thing and merge both sqlite3 and sqlite3mc in the same repo, then toggle the later...
I think you are missing `sqlite3ext.h`. Try: ```console $ cd libsql-sqlite3/ $ ./configure $ make sqlite3ext.h ``` Then include `libsql-sqlite3/`.
I'll explore how to strip the build script some more. I'll make this a draft to prevent regressions.
@haaawk thank you for reminding me :)
@ShiftMateAU It only happens with sync interval enabled?
@penberg, why was this reopen? The issue seems to be fixed.
@jussisaurio I think I fixed it. I'll add proper tests to check those cases as well.
@jussisaurio The second one was a misplaced label, already fixed (I think). Still figuring out the first one.
@jussisaurio The issues about should be fixed now. I found a incompatibility with how sqlite handles default values with alter table. When there are other rows are already written, operations...
> @jussisaurio The issues about should be fixed now. I found a incompatibility with how sqlite handles default values with alter table. When there are other rows are already written,...