NoRM
NoRM copied to clipboard
Fix for concrete-typed field projections
As per: https://github.com/atheken/NoRM/issues#issue/64
Basically added an if to account for concrete-typed (MemberInitExpressions) expressions. Profiling mongo now shows a lower reslen when compared to non projected queries.
thanks will merge tonight.
//Andrew Theken
On Mar 25, 2011, at 3:15 AM, [email protected] wrote:
As per: https://github.com/atheken/NoRM/issues#issue/64
Basically added an if to account for concrete-typed (MemberInitExpressions) expressions. Profiling mongo now shows a lower reslen when compared to non projected queries.
Reply to this email directly or view it on GitHub: https://github.com/atheken/NoRM/pull/65