You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was debugging a query for about half an hour in PowerSync only to realize the query was not actually valid SQL.
Was trying to figure out why I was getting zero rows back but it was failing silently even with log level set to DEBUG. Upon pasting the same query into Supabase and running it I figured it out the issue and then copying that modified query back to PowerSync solved my issue.
It seems weird and bug-prone for PowerSync to not give me any indication that this query is failing against SQLite.