DataTypeMap is polluting my DFMs

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cis-wurzen
Posts: 75
Joined: Tue 04 Jan 2005 10:26

DataTypeMap is polluting my DFMs

Post by cis-wurzen » Wed 15 Aug 2012 10:49

I've installed 8.2.8 and now my DFM files get polluted by the empty collection property DataTypeMap.

There is no need to store an empty collection property and the problem with new, default, but unused properties is that the co-worker and the build machine might not yet "be aware" of that new property. Right now I have to remove this DataTypeMap property before committing changes. Please look into preventing streaming of DataTypeMap if it is empty.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: DataTypeMap is polluting my DFMs

Post by AlexP » Wed 15 Aug 2012 12:01

hello,

Thank you for the information, we will try to change our components behaviour to avoid saving of an empty DataTypeMap property into a DFM file in the next version

Post Reply