Md Jahidul Islam milon
Md Jahidul Islam milon
DTDrizzle Team
Created by Md Jahidul Islam milon on 4/26/2024 in #help
onUpdate
i wanted to make sure we are always storing utc value, thats why wanted to return sql. instead of new Date()
2 replies
DTDrizzle Team
Created by Cory on 4/8/2023 in #help
Is there currently a way to utilize onUpdate?
updatedAt: timestamp('updated_at', { mode: 'date', precision: 3 }) .defaultNow() .$onUpdate(() => sql(now() AT TIME ZONE 'UTC')) .notNull(), can we add .$onUpdate(() => sql(now() AT TIME ZONE 'UTC')) this?
7 replies
DTDrizzle Team
Created by Md Jahidul Islam milon on 4/22/2024 in #help
wrap migrations in transaction
thanks. got it
3 replies
DTDrizzle Team
Created by Md Jahidul Islam milon on 12/4/2023 in #help
On Failed Migration rollback doesn't happend on the database
@Andrew Sherman would you please check
3 replies
DTDrizzle Team
Created by Md Jahidul Islam milon on 12/4/2023 in #help
On Failed Migration rollback doesn't happend on the database
3 replies
DTDrizzle Team
Created by Luxaritas on 4/11/2023 in #help
Typescript build fails with large number of columns
whenever got any notification from this. I just hope this issue fixed 😊
195 replies
DTDrizzle Team
Created by SteveS on 7/13/2023 in #help
defaultNow(), onUpdateNow() not available on the datetime data type
Check on this specific time of the video
4 replies
DTDrizzle Team
Created by SteveS on 7/13/2023 in #help
defaultNow(), onUpdateNow() not available on the datetime data type
4 replies
DTDrizzle Team
Created by Md Jahidul Islam milon on 7/9/2023 in #help
how to use insert with select in drizzle?
that's great. it will be really helpful about ts server slowness. thank you for your reply 🙏
13 replies
DTDrizzle Team
Created by Md Jahidul Islam milon on 7/9/2023 in #help
how to use insert with select in drizzle?
also how to do Union or union all with two query in drizzle? https://discord.com/channels/1043890932593987624/1126421647289749545 is possible now in drizzle?
13 replies
DTDrizzle Team
Created by Liam on 7/4/2023 in #help
Inserting with Relation
yes insert in all related table inside a transection. so that if one failed it can rollback automatically
4 replies
DTDrizzle Team
Created by Liam on 7/4/2023 in #help
Inserting with Relation
use transaction check drizzle doc about transaction
4 replies
DTDrizzle Team
Created by hachoter on 6/27/2023 in #help
What is the type of transaction prop?
export DbType= typeof<db> this should work. simple typescript
5 replies
DTDrizzle Team
Created by Luxaritas on 4/11/2023 in #help
Typescript build fails with large number of columns
yeah i also appreciate your efforts
195 replies
DTDrizzle Team
Created by Luxaritas on 4/11/2023 in #help
Typescript build fails with large number of columns
ok thanks for replying, but started migration our production app to drizzle , facing issue and slowing down the development. you guys did a great job please try to fix this issue as soon as you can thanks again for the great ORM
195 replies
DTDrizzle Team
Created by Luxaritas on 4/11/2023 in #help
Typescript build fails with large number of columns
check his thread i post a video and screenshot of my pc configuration. its really hard to maintain and work on medium label project. please fix this. its very problematic
195 replies
DTDrizzle Team
Created by Luxaritas on 4/11/2023 in #help
Typescript build fails with large number of columns
195 replies
DTDrizzle Team
Created by Luxaritas on 4/11/2023 in #help
Typescript build fails with large number of columns
I have 13 tables most table with around 10-12 column i am on windows 10, with 32 gb RAM, still facing issue with code completion, suggestions, showing ts error , sometimes ts server just stoped working need to restart VSCODE. i am sharing the video
195 replies
DTDrizzle Team
Created by Md Jahidul Islam milon on 6/18/2023 in #help
Drizzle in vscode Ts Server is very slow
i am specially facing on drizzle. other projects working fine, also tried the prisma ,thats also working fine
5 replies
DTDrizzle Team
Created by Noahh on 6/17/2023 in #help
drizzle-kit generate:pg throws ERR_INVALID_RETURN_PROPERTY_VALUE
same issue on windows 10
11 replies