1 Reply
The code above creates this:
This doesn't seem to work properly. Can i not use functions inside of inArray?
I feel like this just compares the strings and not the computed values
[email protected] exists and the result is an empty array
also tried like this:
.where(sql
neptun_user.primary_email IN (${sql.join(encryptedEmails, sql,
)}))
same issue with raw sql, seems like functions do not work in postgres IN