Subject Re: [firebird-support] Right-padded char fields?
Author Adriano dos Santos Fernandes
Milan Babuskov escreveu:
> I'd love to be able to test with isql, but it seems that it trims chars
> before displaying.
>
ISQL is also problematic with UTF-8, and also requires FB API changes.
It tries to pad columns thinking on bytes.

We need that server send "number of characters" for CHAR and VARCHAR so
ISQL could pad columns with spaces correctly.


Adriano