kangkang
kangkang
DTDrizzle Team
Created by helloworld1_1 on 7/22/2024 in #help
Type inference breaking in drizzle-orm 0.32.0 ?
I've messaged you privately. Please check.😄
18 replies
DTDrizzle Team
Created by helloworld1_1 on 7/22/2024 in #help
Type inference breaking in drizzle-orm 0.32.0 ?
If it's convenient for you, I'll chat with you privately
18 replies
DTDrizzle Team
Created by helloworld1_1 on 7/22/2024 in #help
Type inference breaking in drizzle-orm 0.32.0 ?
If strictNullChecks in tsconfig.json is set to true, then the type of the optional field is field: xxx | undefined
18 replies
DTDrizzle Team
Created by helloworld1_1 on 7/22/2024 in #help
Type inference breaking in drizzle-orm 0.32.0 ?
I think the type of optional field should be field?: xxx instead of field: xxx | undefined😵‍💫
18 replies
DTDrizzle Team
Created by helloworld1_1 on 7/22/2024 in #help
Type inference breaking in drizzle-orm 0.32.0 ?
But I think this is a breaking update which will cause most of the code error why is it not mandatory in version 0.31
18 replies
DTDrizzle Team
Created by Alvee on 7/2/2024 in #help
query about orm customization
And there was no problem after I downgraded drizzle-orm to 0.31.0😂 @Andrew Sherman
10 replies
DTDrizzle Team
Created by Alvee on 7/2/2024 in #help
query about orm customization
It seems that the optional fields have been removed
10 replies
DTDrizzle Team
Created by Alvee on 7/2/2024 in #help
query about orm customization
I upgraded to [email protected]
10 replies
DTDrizzle Team
Created by Alvee on 7/2/2024 in #help
query about orm customization
No description
10 replies
DTDrizzle Team
Created by Alvee on 7/2/2024 in #help
query about orm customization
Why the type of typeof Schema.$inferInsert changed in [email protected]?
10 replies
DTDrizzle Team
Created by ciscoheat on 4/16/2024 in #help
Using parameter in LIKE
It will be parameterized.
3 replies