nakagami / firebirdex

Elixir database driver for Firebird

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty string returns []

hermanius opened this issue · comments

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?

I discovered that I missed it.

I changed the test and the "" seems to be receiving it, so maybe it was fixed somewhere else.