Ariel
Ariel
Explore posts from servers
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
alternatively, if one of the features you ship also has a migration change alongside with the code change and for whatever reason, the migration runs but the application code needs to be reverted, you need some way to quickly revert the database change as easily as possible before pushing the reverted change
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
thus, if you have a data migration that gets deployed, but misses some edge cases, you want an easy way to roll it back that's already been reviewed and deployed
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
not all teams will employ a blue-green deployment strategy for their databases and it feels a bit presumptive to assume that everyone must take that approach themselves
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
this is not about local development for my team, but rather production
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
honestly, the lack of this feature (and the corresponding lack of communication around it) might be the sole reasons my team votes to move away from drizzle, which would be a shame
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
I get that open source maintainers don't necessarily need to do everything the community wants, but I really wish they'd be more communicative about this painpoint that seems to impact a number of community members
11 replies
DTDrizzle Team
Created by Stu on 5/13/2024 in #help
Reverse Migration
I asked this in the #kit-discussion , too: https://discord.com/channels/1043890932593987624/1070810929475883038/1237992331240804434 So far, it seems like this entire topic is being ignored by the team...
11 replies
DTDrizzle Team
Created by Baron Von Enablestein on 3/20/2024 in #help
Drizzle Studio + RDS Data API
+1 for this 🙂
2 replies
TtRPC
Created by Ariel on 3/20/2024 in #❓-help
silent failure on client query?
...and now it just fixed itself on the next day? so weird. anyway, it was resolved, though unknown to me how
5 replies
TtRPC
Created by Ariel on 3/20/2024 in #❓-help
silent failure on client query?
I'm going to settle up with a cup of tea and start reading the stack trace of useQuery 😅
5 replies
TtRPC
Created by Ariel on 3/20/2024 in #❓-help
silent failure on client query?
lol, crazy update; so I've: - blown away and reinstalled my client cache; - blown away and reinstalled my node modules - downgraded to a previous version that was definitely working for me (10.45.1) - asked my coworker to checkout the same code and he wasn't able to replicate So it appears to not be a code thing, but rather either a) PEBKAC (not ruling that out) or b) my machine (but how or why my machine, still unclear)
5 replies
DTDrizzle Team
Created by Ariel on 1/30/2024 in #help
Lateral Left Joins in Drizzle Core Queries
thanks!
5 replies
DTDrizzle Team
Created by Ariel on 1/30/2024 in #help
Lateral Left Joins in Drizzle Core Queries
but it seems on the roadmap? 😄
5 replies
DTDrizzle Team
Created by mattposgate on 1/21/2024 in #help
Simple but tricky
@Angelelz piggy-backing off of this, but is there a way in which you can also use a subquery to include aggregate functions in the extras?
7 replies
DTDrizzle Team
Created by Ariel on 1/30/2024 in #help
Lateral Left Joins in Drizzle Core Queries
In my research, I noticed that there's an open PR that would address this: https://github.com/alexvuka1/drizzle-orm/tree/feature/GH-420-join-lateral-support Hopefully it gets merged soon!
5 replies
KKinde
Created by Albert on 1/23/2024 in #💻┃support
[NextJS 14] User session returns null in API route, when user is already authenticated from caller
@Albert I think you might need to await the get kinde server session call, too
6 replies