Empty string returns []
hermanius opened this issue · comments
hermanius commented
Hi,
it looks like when a varchar field contains an empty string "", it is not returned as an empty string, but as an empty array [].
Is it possible to return it as an empty string?
Hajime Nakagami commented
I discovered that I missed it.
I changed the test and the "" seems to be receiving it, so maybe it was fixed somewhere else.