PLINQO 4.0
·
1875 commits
to master
since this release
Improvements
- Added future query support similar to NHibernate Futures
- Added ability to query by null to query extensions
- Added ability to query by a list of values to query extensions
- Added ability to query using comparison operators (ie. greater than, less than) to query extensions
- Added cache provider support
- Added support for using Ayende's LINQ to SQL Profiler
- Added Memcached cache provider
- Added ability to create named cache profiles in configuration
- Added ability to validate individual entities
- Refactored RuleManager to lazy load shared rules
- Combined extension method namespaces to make the extension methods more discoverable
- Added support for SQL Server user defined functions
- Added entity interfaces to help with mocking and other uses
- Updated ToPagedList() to use future queries for retrieving the total row count
- Added ToBinary(), FromBinary(), and FromXml() methods to help with entity serialization
- Added UTC support for the Now attribute and rule
- Added ClearCache() to remove queries from the cache
- Fixed several bugs with batch queries