cut string field value

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
User avatar
cappelletto
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: 17.06.2020, 10:55
Location: Italy

cut string field value

Post 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
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1918
Joined: 17.01.2011, 14:17

Re: cut string field value

Post 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
User avatar
cappelletto
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: 17.06.2020, 10:55
Location: Italy

Re: cut string field value

Post by cappelletto »

thank you Jan
Post Reply