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
Describe the bug
SQLDelight fails to generate data classes for any query for a table if I move one of its VIEW to another table's .sq file. I was able to reproduce this in Press by moving this VIEW to Folder.sq. A funny thing about this bug is that SQLDelight then tries to use the name of the moved VIEW as the return type for all generated query functions.