McFris

Results 6 comments of McFris

Is there possibility to make forced trimming similar for all text fields, at least as an option? Similar to FIBPlus for Delphi? ![изображение](https://github.com/nakagami/firebirdsql/assets/28977647/041938e0-99ec-468d-962d-8da6b058fb85)

> I don't know if there is any agreement on whether char fields should be trimmed or not, but I can say that the postgresql drivers don't do it. And...

Blob has subtype 1, which is text. And it has a storage charset and collate: ![Image](https://github.com/user-attachments/assets/734d43d2-49ea-41d6-883b-4ee231056831) This type should be handled similarly to text fields, IMO.

For my conditions, this trick works well. But of course you will have to check the encoding and process this subtype according to it. ![Image](https://github.com/user-attachments/assets/2285b3d1-d073-47a4-89e3-2a87f01a75af) Blob in WIN1251: 'Проверка' Char...

Test passed. Thank you! Blob in WIN1251: 'Проверка' Char in WIN1251: 'Проверка'

Re-tested the mater and encode_blob branches (they are identical). Conversion does not work. It's strange, but it's a fact. :(