zetashift
zetashift
Explore posts from servers
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
Is there some way to re-use the type of result? If there is a result I want to pass it to a function that transforms it to a DTO. But result doesn't typecheck as a Bar or a NewBar
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
well guess I'll just go work in relation queries 😛
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
Thank you!!
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
How stable is the API for this? From the docs I've read they looked like a 'nice-to-have' and am not sure if it's worth going through it since it's just 1 level of querying
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
If you have any example of that, that would be awesome 😛
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
yes exactly!
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
(I don't need to insert/update 2 different tables at the same time, I would like to return data from 2 tables)
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
So I would have to do:
in a transaction:
- update table foo
- select and return foo joining on bar
in a transaction:
- update table foo
- select and return foo joining on bar
?
17 replies