In SqlDelight, if I define two different queries [...
# squarelibraries
h
In SqlDelight, if I define two different queries [for the same fields] on the same table, I end up with generated classes that are identical but with different names. Is there a way to consolidate them or tell the generator to prefer one? [edited]