I'm trying to create a query with a join where I get all entries whose value starts with the value of the root table. e.g. Tags = { ..., tag: "some", ... } tagsWithNoteIds = [{ ..., tag: "some", ... }, { ..., tag: "some/string", ... }]
for the params.. In the end it would still need a way to know, that the column name shouldn't be used as a raw string so maybe this is just not possible?