Release History

By product

Data Access Free 2014.31209

December 14, 2014

Fixed

  • Sporadic Level two cache test message failures - In certain scenarios the first test message for a properly configured MSMQ cache cluster used to fail and lead to broken Level Two cache synchronization
  • Empty transactions will no longer cause unnecessary Level Two Cache eviction messages to be fired - Telerik Data Access will no longer send hollow evict messages when they can be ignored and thus allow better performance of the Cache Cluster

Changed

  • Indexes over columns that cannot be indexed due to excessive column length are no longer created automatically - Telerik Data Access will no longer try to create unusable indexes over columns that exceed the maximum allowed index key length.
  • Foreign Key constraint names are now unique - Implemented handling of Foreign Key constraint names to guarantee uniqueness even when the names of related tables are long and automatically shortened
  • Optimized time required to merge two MetadataSources using AggregateMetadataSource - AggregateMetadataSource creation over large models now executes between 2 and 5 times faster.