Subject | Re: [firebird-support] What are the trade-offs of CHAR vs. VARCHAR? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2019-11-14T10:20:30Z |
14.11.2019 03:40, Richard Damon richard@... [firebird-support] wrote:
--
WBR, SD.
> By the SQL standard, there are some noticeable effects. CHAR is definedFirebird doesn't implement trim on retrieval but padding is unavoidable.
> as a fixed width, so data is padded with blanks to reach that width, and
> then the blanks are removed on retrieval.
>
> Firebird might not implement this distinction since it doesn't need to
> pad CHAR fields.
--
WBR, SD.