TSilver
TSilver
DTDrizzle Team
Created by TSilver on 7/8/2023 in #help
NextJS Build Parameter xxx implicitly has an 'any' type.
I was borderline going insane trying to figure out why VSCode got it but next build didn't 😅
5 replies
DTDrizzle Team
Created by TSilver on 7/8/2023 in #help
NextJS Build Parameter xxx implicitly has an 'any' type.
I simply removed "type": "module" and reverted every .ts import
5 replies
DTDrizzle Team
Created by TSilver on 7/8/2023 in #help
NextJS Build Parameter xxx implicitly has an 'any' type.
For anyone curious i was messing around with "type": "module" in my db package.
5 replies
DTDrizzle Team
Created by TSilver on 7/8/2023 in #help
NextJS Build Parameter xxx implicitly has an 'any' type.
Fixed it
5 replies
DTDrizzle Team
Created by Cory on 5/1/2023 in #help
Invalid default value when using defaultNow()
I found this issue regarding it but it seems to indicate that there is no workout for onUpdateNow() 😦 https://github.com/drizzle-team/drizzle-orm/issues/472
20 replies
DTDrizzle Team
Created by Cory on 5/1/2023 in #help
Invalid default value when using defaultNow()
Adding (3) aka my fsp after CURRENT_TIMESTAMP fixed the issue with default
20 replies
DTDrizzle Team
Created by Cory on 5/1/2023 in #help
Invalid default value when using defaultNow()
CURRENT_TIMESTAMP did not work for me i just get
vttablet: rpc error: code = InvalidArgument desc = Invalid default value for 'createdAt'
vttablet: rpc error: code = InvalidArgument desc = Invalid default value for 'createdAt'
20 replies
DTDrizzle Team
Created by Cory on 5/1/2023 in #help
Invalid default value when using defaultNow()
Facing the same issue, when will defaultCurrentTimestamp() be released? I'll try the suggested solution in the meantime and submit a PR to the docs repo about this.
20 replies
DTDrizzle Team
Created by thdxr on 4/4/2023 in #help
maximum call stack exceeded
I'm also facing this issue,
pnpm 7.27.1
turbo: 1.10.0
drizzle-orm: 0.26.3
@planetscale/database: 1.7.0
pnpm 7.27.1
turbo: 1.10.0
drizzle-orm: 0.26.3
@planetscale/database: 1.7.0
59 replies