Karol
Karol
DTDrizzle Team
Created by Leonardo Barbosa - Creatus on 4/9/2024 in #help
Invalid drizzle query
Any update on this @Mykhailo ? My postgres db is getting invalid defaults all over the place too and studio does not allow me to test my queries:
status: varchar("status", { length: 255 }).default('inactive'::character varying),
type: varchar("type", { length: 255 }).default(NULL::character varying).notNull(),
status: varchar("status", { length: 255 }).default('inactive'::character varying),
type: varchar("type", { length: 255 }).default(NULL::character varying).notNull(),
12 replies
TtRPC
Created by Karol on 2/8/2024 in #❓-help
Using output validator breaks query return type inference on react query
Ok I resolved my issue myself, it's that I did not have strict null checks turned on on my component directory since I haven't managed to turn it on everywhere yet. When I turn it on, types are inferred correct. Case closed.
3 replies