NotWhoYouThink
DTDrizzle Team
•Created by NotWhoYouThink on 7/10/2023 in #help
Relational query `extras` are not properly adding sql
When I try to use the drizzle orm relational query like it is show in the docs I run into an error. Rather than taking the sql that I say and then adding as to alias the value it just requests the alias.
or
Both of these make the following request:
Rather than the expected:
Also as a side note I am unable to use a string to function record for the extras like in the example.
^This throws an error. It says it expects a type of Alias<unkown>^
2 replies