In DB (when I look there with pgAdmin4) there is one string in the array, but it sees it as an array.
My code fails due to this behaviour and it worked in the past (before the previewFeatures). I want to map the array but I cannot because it fails due to the property not being an array. I tried adding more elements to the array in the DB and that resulted into one string with joined (,) two elements inside... (
topics: 'something,something1',
topics: 'something,something1',
)
I am not an advanced dev so there might be my fault of course, but relying on the fact that it works just fine when I get back to no adapter and no queryCompiler, makes me feel there might be trouble in prisma.