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
cut string field value
- cappelletto
- Fresh Boarder
- Posts: 18
- Joined: 17.06.2020, 10:55
- Location: Italy
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: cut string field value
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
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
- cappelletto
- Fresh Boarder
- Posts: 18
- Joined: 17.06.2020, 10:55
- Location: Italy
Re: cut string field value
thank you Jan