Right now, ER/OS does lazy sync i.e. once you make writes they are not pulled immediately rather on next select. However, AlCapone reports that if you do UPDATE and then SELECT the changes are not pulled
reproduction - https://github.com/khuezy/libsql_bug/blob/e0ad25f/index.ts#L69
discord - https://discord.com/channels/933071162680958986/1400647192431169617/1406420589400555621
Right now, ER/OS does lazy sync i.e. once you make writes they are not pulled immediately rather on next select. However, AlCapone reports that if you do
UPDATEand thenSELECTthe changes are not pulledreproduction - https://github.com/khuezy/libsql_bug/blob/e0ad25f/index.ts#L69
discord - https://discord.com/channels/933071162680958986/1400647192431169617/1406420589400555621