Shawn Long
Shawn Long
Explore posts from servers
KKysely
Created by Shawn Long on 5/7/2024 in #help
SelectAll Overwrites column with same field name in a join
@koskimas, gotcha. I was expecting it to auto-rename the field if there was a duplicate in the results, but I get why that would be out of scope for Kysely. Appreciate it.
8 replies
KKysely
Created by Shawn Long on 3/31/2024 in #help
Separating results of join into objects of each type
Thanks @koskimas, to summarize the solution referenced from the docs, the idea is to coalesce the results as json so that you can extract different kinds of data from a single query. Makes code a little messier, but solves the problem nicely.
5 replies