Thiago Felisberto
DTDrizzle Team
•Created by Thiago Felisberto on 1/5/2024 in #help
Insert/update statements not executed during migrations
Hi.
Does Drizzle support DML statements when running migrations? My use case is to add a new column, populate it and then make it not null.
1 replies
DTDrizzle Team
•Created by Thiago Felisberto on 10/20/2023 in #help
Drizzle generates PG statement with parentheses on order by clause
Hello!
I'm trying to execute a simple query with Drizzle, but it generates an invalid SQL statement.
This is the generated SQL:
(error: syntax error at or near "desc" at character 113)
Looks like a parentheses is added on the order by clause. Am I doing something wrong?6 replies