Suggestion : "TrimVarChar" and "TrimFixedChar"

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
chihebbs
Posts: 46
Joined: Tue 05 Jun 2007 20:06

Suggestion : "TrimVarChar" and "TrimFixedChar"

Post by chihebbs » Sun 20 Sep 2009 02:35

Hello Support Team,
Would you please consider adding "TrimVarChar" and "TrimFixedChar" to MyQuery as it is implemented in TUniquery. Thank you

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 21 Sep 2009 07:44

The point is that the TrimFixedChar property does not have sense for MySQL, because these fields are always trimmed by MySQL API.

chihebbs
Posts: 46
Joined: Tue 05 Jun 2007 20:06

Post by chihebbs » Mon 21 Sep 2009 07:57

But IMHO "TrimVarChar" has a sense to be implemented, because in MySQL 5 and up Blank spaces are not trimmed.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 21 Sep 2009 14:15

Ok, We will add the TrimVarChar option in the next MyDAC build.

Post Reply