HotBBQSauce
DTDrizzle Team
•Created by HotBBQSauce on 5/8/2024 in #help
Cant insert integer into column of type json number array
this is not working
1 replies
DTDrizzle Team
•Created by HotBBQSauce on 5/8/2024 in #help
I cant append new integers in a integer array
i have tried 1000000 ways
but i want to append it if possible?!
here is the schema:
i just want to append integers to the array when available,
this errors:
4 replies
DTDrizzle Team
•Created by HotBBQSauce on 4/1/2024 in #help
string array
How are string arrays defined in drizzle? It always seems to revert back to json/jsonb when defining the custom types as string[]
3 replies
DTDrizzle Team
•Created by HotBBQSauce on 2/18/2024 in #help
ilike drizzle postgress
how can i disregard the order of the searchterm? im already replacing whitespaces with % with a regex but the order seems to somewhat matter for ilike? i am wondering if there is any way to have the order of each word disregarded in the queried column, it just looks if its present or not
30 replies
DTDrizzle Team
•Created by HotBBQSauce on 1/30/2024 in #help
Enforce property requirements on drizzle-zod
password is an optional field,
shouldnt this make email and password required?
in the partial schema?
I have tried a couple of order different syntaxes with built in methods but nothing seem to work
11 replies