NoRM icon indicating copy to clipboard operation
NoRM copied to clipboard

Fix for concrete-typed field projections

Open zulkamal opened this issue 15 years ago • 1 comments

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.

zulkamal avatar Mar 25 '11 07:03 zulkamal

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

atheken avatar Mar 25 '11 11:03 atheken