Hi everyone, I have tsvector type column in my pos...
# orm-help
t
Hi everyone, I have tsvector type column in my postgres db and I'm getting this error when running raw query with prisma: `Raw query failed. Code:
N/A
. Message: `error deserializing column 21: cannot convert between the Rust type
core::option::Option<alloc::string::String>
and the Postgres type
tsvector
r
@Tarik Brat 👋 You cannot fetch
tsvector
fields at the moment. We have a request for this here so it would be great if you could add a 👍