joshpachner
Explore posts from serversCCConvex Community
ā¢Created by joshpachner on 9/22/2024 in #support-community
useQuery never enters Error state
When an error is thrown within the query the query stays in isLoading state.
Within the query we throw expected errors. When a resource isn't found (ie the id doesn't exist in the database).
We are using svelte.
What do we need to do to get the useQuery to get into the error state?
ššš
7 replies
CCConvex Community
ā¢Created by joshpachner on 8/23/2024 in #support-community
Is there a way to get around the Id<"tablename">
15 replies
DTDrizzle Team
ā¢Created by joshpachner on 5/4/2024 in #help
Query View syntax error at or near "$1"
I've declared my view like such
And then when i query my view
I get the syntax error
When printing out the sql of it via
Gives me these results
What am i missing? Any direction would be greatly appreciated š
Im on drizzle orm version 0.30.9
4 replies