jkb
Explore posts from serversDTDrizzle Team
•Created by jkb on 2/20/2025 in #help
Order by on Joined Tables
I am attempting to do an order by for a joined table
I want to query
playerItem
with an order by on player.lastName
descending. I don't see any examples in the documentation on how to do this or if Drizzle allows it.
This is a simplified example of the schema, denormalizing would make sense here, but I purposely excluded the rest of the columns/relations to make reading easier
Any help would be appreciated!28 replies
DTDrizzle Team
•Created by jkb on 12/12/2024 in #help
Drizzle Kit Generate renames columns incorrectly

37 replies
Header caching
Hello all,
I am sending an authorizaton token
The issue is the token being sent isn't updated when the authentication state of the application changes. For example, if I sign in, the authentication remains null, but if I refresh the app the token will update. Are there any ways to regenerate the header when the state changes.
Thanks in advance for any help
3 replies