Kris

Results 263 comments of Kris

For the id, some of my backend tables have the ID as a numerical number but the sync to the backend is completely controlled by you so you could just...

Over 100MB? Is that from just one change to one table/one object? In my experience with WatermelonDB so far none of the syncs have been that big when using the...

@elhigu @kibertoad Patched my local knex with this and it seems to work

@dustryder Been testing it for a little bit and everything works well except for unique composite indexes and tables with triggers. I ended up just using a `.del()` then `.insert`...

@KalebMatthews Sorry for the late reply! I've tried a bunch of different fixes but none of them seem to work. Would you be able to provide some guidance on the...

@KalebMatthews Sorry for all the trouble! I looked through the `_insertWithMerge` function but it seems to be doing the same thing that you had implemented in the `insert` methods unless...

@KalebMatthews Managed to get rid of the error turns out I hadn't noticed that I fixed the error and was getting a different one related to something else (managed to...

@kibertoad Saw that this was merged, thanks! Just wanted to add that I ended up not using the method awhile back when I was researching and thought I'd add some...

@kibertoad I dont think I have enough expertise to give great advice haha but imo probably just add documentation? Most of my current knowledge was just those forums & articles....

Did you ever figure it out?