denizzzka/dpq2

Value.toString fails if contains type unsupported by converter

Closed this issue · 3 comments

It is better to return something like ??? instead, because type of Value always can be represented as string

For rows fixed in #170

I think it's wrong to want to print types in an arbitrary format set by dpq2 itself. It may cause errors if format will be changed.

Will be fixed by #159