Angelelz
Angelelz
DTDrizzle Team
Created by lettucebaran on 6/4/2024 in #help
Type error when inserting
You have to make sure that the value that comes from the form is not a file
7 replies
DTDrizzle Team
Created by lettucebaran on 6/4/2024 in #help
Type error when inserting
Your problem is overload 1
7 replies
DTDrizzle Team
Created by Russell on 2/4/2024 in #help
Issue when inserting
Actually, rating is also required
9 replies
DTDrizzle Team
Created by Russell on 2/4/2024 in #help
Issue when inserting
In the table definition, id is not null but it doesn't have a default value, nor it autogenerates, hence a type error when you don't provide it in the insert
9 replies
DTDrizzle Team
Created by Russell on 2/4/2024 in #help
Issue when inserting
Although the error is talking about userId, the problem is actually the id.
9 replies
DTDrizzle Team
Created by myles on 11/12/2023 in #help
WITH RECURSIVE support… or suggestions for how to approach?
I believe I saw it somewhere that after the drizzle kit upgrades, this was next
5 replies
DTDrizzle Team
Created by RaSk on 5/11/2024 in #help
drizzle-kit push from JS
That LGTM
7 replies
DTDrizzle Team
Created by christrading on 5/6/2024 in #help
Drizzle Migrate with Turso
I can't look at your link, it says it's in a server I'm not a member of
21 replies
DTDrizzle Team
Created by ForkMeDaddy on 4/24/2024 in #help
Query "with" not populated
That's how drizzle knows what to put after query and what to put in with
13 replies
DTDrizzle Team
Created by ForkMeDaddy on 4/24/2024 in #help
Query "with" not populated
13 replies
DTDrizzle Team
Created by nowifi4u on 5/9/2024 in #help
Cannot prepare a statement for table update
I'm not sure placeholders are yet supported in update statements
2 replies
DTDrizzle Team
Created by hirefrank on 4/26/2024 in #help
SQL many statements?
Isn't that the purpose of the breakpoints?
8 replies
DTDrizzle Team
Created by Zeraph on 3/7/2024 in #help
Create index in DESC order
You'll need to create that migration manually; and apply it
4 replies
DTDrizzle Team
Created by Zeraph on 3/7/2024 in #help
Create index in DESC order
I don't think desc is implemented in drizzle kit
4 replies
DTDrizzle Team
Created by Web Dev Cody on 5/10/2024 in #help
Drizzle kit time differences compared to sql query
You're probably in est timezone
3 replies
DTDrizzle Team
Created by ForkMeDaddy on 4/24/2024 in #help
Query "with" not populated
Good deal
13 replies
DTDrizzle Team
Created by Web Dev Cody on 5/10/2024 in #help
Drizzle kit time differences compared to sql query
I've seen this issue before. Seems to be with the studio. Might be worth tagging @alexblokh
3 replies
DTDrizzle Team
Created by christrading on 5/6/2024 in #help
Drizzle Migrate with Turso
I'll always be in favor of migration because I have a history in the migration files
21 replies
DTDrizzle Team
Created by RobertS on 5/8/2024 in #help
Pagination proper TypeScript return types generics
I see that you wrote super.findAll() don't you mean this.findAll()?
3 replies
DTDrizzle Team
Created by Web Dev Cody on 5/8/2024 in #help
Having to restart Next.js server after migration
I think this is like changing environment variables, you just have to restart 😕
5 replies