Jonas
Explore posts from serversDTDrizzle Team
•Created by Jonas on 8/24/2024 in #help
How do I dynamically insert multiple encrypted values?
same issue with raw sql, seems like functions do not work in postgres IN
7 replies
DTDrizzle Team
•Created by Jonas on 8/24/2024 in #help
How do I dynamically insert multiple encrypted values?
also tried like this:
.where(sql
neptun_user.primary_email IN (${sql.join(encryptedEmails, sql,
)}))
7 replies
DTDrizzle Team
•Created by Jonas on 8/24/2024 in #help
How do I dynamically insert multiple encrypted values?
[email protected] exists and the result is an empty array
7 replies
DTDrizzle Team
•Created by Jonas on 8/24/2024 in #help
How do I dynamically insert multiple encrypted values?
I feel like this just compares the strings and not the computed values
7 replies
DTDrizzle Team
•Created by Jonas on 8/24/2024 in #help
How do I dynamically insert multiple encrypted values?
This doesn't seem to work properly. Can i not use functions inside of inArray?
7 replies
DTDrizzle Team
•Created by Jonas on 8/24/2024 in #help
How do I dynamically insert multiple encrypted values?
The code above creates this:
7 replies
DTDrizzle Team
•Created by Jonas on 2/29/2024 in #help
ClientAuthentication Error using heroku-postgres
Using neon now. heroku-postgres sucks.
10 replies
DTDrizzle Team
•Created by Jonas on 2/29/2024 in #help
ClientAuthentication Error using heroku-postgres
What am I supposed to do?
10 replies
DTDrizzle Team
•Created by Jonas on 2/29/2024 in #help
ClientAuthentication Error using heroku-postgres
I still don't get it
10 replies
DTDrizzle Team
•Created by Jonas on 2/29/2024 in #help
ClientAuthentication Error using heroku-postgres
the vercel one is from neon
10 replies
DTDrizzle Team
•Created by Jonas on 2/29/2024 in #help
ClientAuthentication Error using heroku-postgres
i added ?sslmode=require to my database url. now i get DEPTH_ZERO_SELF_SIGNED_CERT. I don't have acces to the account. how am I supposed to sign it with the cert of the database?
10 replies
DTDrizzle Team
•Created by Jonas on 2/29/2024 in #help
ClientAuthentication Error using heroku-postgres
my config:
10 replies