From: Richard B. <rb...@ar...> - 2003-11-03 03:25:00
|
Hi, I have exposed the underlying database column type for mapped columns. The type is available by using <<attributemap>>.ColumnMap.StorageType Also, StorageSize is now populated for all columns instead of just being exposed for strings. Finally, if you make a mistake with names in the getAttributeMapByName() call an exception is now thrown, instead of just returning nothing to your app. The offending attribute name is included in the exception message - this should help with invalid XML mappings. - Richard Banks http://www.arel.com http://www.arelretail.com |