Page 1 of 1

cut string field value

Posted: 24.04.2024, 15:50
by cappelletto
Hello,
I saw that with zeos 7.2.14 when a string exceeds the length specified in size it is not cut. With zeos 7.2.6 it does.
Is there any reason or is it a bug?

Thanks

Re: cut string field value

Posted: 27.04.2024, 09:57
by marsupilami
Hello,

we decided that silently cutting strings is a bug because it changes user data. This is why we introduced an exception in these cases. If you want to cut long strings you need to do that yourself before giving the data to Zeos.

Best regards,

Jan

Re: cut string field value

Posted: 27.04.2024, 11:59
by cappelletto
thank you Jan