commits |
date |
54946
by
melg
(128
downloads)
|
Jan 28 2010
3:50 PM
|
fix for Item # 10090: filters are now applied correctly when only one of the were statements has filters
|
54945
by
melg
(10
downloads)
|
Jan 28 2010
3:48 PM
|
Added test to expose issue Item # 10090
|
54944
by
melg
(9
downloads)
|
Jan 28 2010
2:50 PM
|
Fix for Item # 10089, modified WhereBuilder & operator
|
54942
by
melg
(5
downloads)
|
Jan 28 2010
1:27 PM
|
added failing test for Item # 10089
|
45206
by
praty
(52
downloads)
|
Oct 19 2009
8:03 AM
|
Add a test for projecting Lookup names.
|
36732
by
praty
(52
downloads)
|
Jul 30 2009
2:14 PM
|
Instead of using Decimal.Parse use XmlConvert because we should not be using locale sensitive parsing methods when the xml is in a certain format.
|
29972
by
praty
(87
downloads)
|
Mar 15 2009
7:01 PM
|
It's legal to have multiple where calls in LINQ.
Added an unit test and fixed the current code to work with it. Example query: from c in provider.Linq<contact>() where c.firstname == "John" where c.lastname == "Doe" select c;
|
29970
by
praty
(28
downloads)
|
Mar 15 2009
6:35 PM
|
Add support for arbitrary function calls in Select.
Before LinqtoCRM only supported a predefined set of function/method calls as there's isn't that much support for those in FetchXML. Now that we do projections on the calling side this restriction doesn't make sense for select so refactor the where code to a separate class. Also had to remove a couple of exception throws here and there because new code paths were hit but those didn't make much sense to me in the first place.
|
29956
by
praty
(24
downloads)
|
Mar 14 2009
10:42 AM
|
Simplify logic for finding the type to project to.
The logic for getting the projection type was overly complex. All the queries implement the interface IQueryable so we just need to get that interface from the type and get the type to project to from the generic arguments of IQueryable.
|
29930
by
praty
(31
downloads)
|
Mar 13 2009
9:45 AM
|
Change member variable visibility to private.
|
29848
by
friism
(32
downloads)
|
Mar 9 2009
2:32 PM
|
fix for Workitem 7243
|
29820
by
friism
(36
downloads)
|
Mar 7 2009
7:01 PM
|
|
29819
by
friism
(31
downloads)
|
Mar 7 2009
6:57 PM
|
|
29818
by
friism
(24
downloads)
|
Mar 7 2009
6:52 PM
|
|
29817
by
friism
(31
downloads)
|
Mar 7 2009
12:11 PM
|
Fix in projectionbuilder by wesweeks, see bottom of http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=48716
|
29744
by
melg
(31
downloads)
|
Mar 4 2009
9:48 AM
|
Fix for issue #7221 "Failed to project selection"
|
27986
by
friism
(59
downloads)
|
Jan 24 2009
10:55 PM
|
Moved readme to root
|
27747
by
friism
(48
downloads)
|
Jan 16 2009
12:38 AM
|
Patch from eblood66, see workitem 6912
|
27746
by
friism
(42
downloads)
|
Jan 16 2009
12:37 AM
|
mucking with svn
|
27745
by
friism
(45
downloads)
|
Jan 16 2009
12:36 AM
|
mucking with svn
|
27626
by
praty
(40
downloads)
|
Jan 14 2009
11:19 AM
|
Add a couple tests for or binary expressions and fix the code to work with them.
|
27483
by
friism
(53
downloads)
|
Jan 7 2009
8:36 PM
|
Removed reference to xmlserilizers
|
26757
by
praty
(44
downloads)
|
Dec 8 2008
1:20 PM
|
Fix problem with linked entities on differing join attributes.
The projection code should use the To property instead of From on linked entities. This fixes: http://www.codeplex.com/LINQtoCRM/WorkItem/View.aspx?WorkItemId=6727
|
26714
by
friism
(48
downloads)
|
Dec 6 2008
8:00 PM
|
Added instructions to CRMMetal and modified README
|
26701
by
friism
(58
downloads)
|
Dec 6 2008
3:11 PM
|
Updated examples in LinqtoCRMApplication
|