Raymond Zeng
08/06/2023, 12:15 AM4.sqm
) that has a custom typed query (User.sq
) which is created inside a migration (1.sqm
), but we're hitting a compilation error.
Our upsert statement is along the lines of
INSERT OR REPLACE INTO table(value, value2, ...)
VALUES ?
with the new column from the migration appended at the end.
Any ideas?hfhbd
08/07/2023, 9:13 PM