Moremi Vannak

Results 2 comments of Moremi Vannak

Hi everyone, I'm having the same issue. Is there any workaround at the moment? (using unsafe function or write custom types)

I found a workaround, we can use `unsafeSqlValue` ```hs mkPostgresArray :: Show a => [a] -> SqlExpr (Value b) mkPostgresArray list = let rawValue = "'{" Text.intercalate ", " ((Text.pack...