Mariano Mangialavori
Results
2
comments of
Mariano Mangialavori
Try this ``` const text = new Text(...) text.resolution = 2 ```
In my case, I ran into this issue with a SQL function that returns JSON. For some reason, the MariaDB adapter treats this JSON as bytes in the mapColumnType function...