ExpressionComparer does not support expressions with anonymous types

Complete example and partial solution can be find here: https://gist.github.com/2658225 This is what fails: private static LambdaExpression ExpressionFactory(int customerNoFrom, int customerNoTo)...

Id #18034 | Release: None | Updated: Fri at 7:55 AM by sedanwer | Created: Fri at 7:55 AM by sedanwer

Postgres Provider

IQToolkit should be able to connect to postgres.

Id #17408 | Release: None | Updated: Feb 12 at 7:27 PM by smokingrope | Created: Feb 12 at 5:14 PM by smokingrope

Tricky query

Hi, I´m working with a grid for MVC (Telerik) and it takes a IQueryable, but I get exceptions when trying to do group by in the grid. I have tracked down the query and verified that the same excep...

Id #17407 | Release: None | Updated: Apr 20 at 9:51 PM by mattwar | Created: Feb 11 at 11:11 PM by Danka

Recursive Subquery Relationship Policy

Discussed in this thread: http://iqtoolkit.codeplex.com/discussions/218297 Policy does not get applied recursively on itself. This shows up in situations like: A customer has many orders An order...

Id #17176 | Release: None | Updated: Jan 3 at 2:34 AM by smokingrope | Created: Jan 3 at 1:18 AM by smokingrope

Relationship Evaluation on Constants

Reporting issue based on discussion in this thread: http://iqtoolkit.codeplex.com/discussions/242312 Problem is that constants of the same type as those used in the database cannot be used for equ...

Id #17121 | Release: None | Updated: Apr 20 at 10:16 PM by mattwar | Created: Dec 23 2011 at 1:30 AM by smokingrope

MS SQL Server insert/update of Timestamp columns

In evaluating the latest IQToolkit, I've run into a couple of issues related to inserting and updating of tables that have timestamp columns. (We utilize timestamp columns in our tables for concur...

Id #15824 | Release: None | Updated: Apr 20 at 10:50 PM by mattwar | Created: May 5 2011 at 5:59 PM by DavidH3

Cannot use Contains with nullable types

For example the following code will throw an exception if obj.Id is of type "int?" (Nullable<int>): var ids = new int[] { 1, 2, 3 }; var objects = context.Objects.Where(obj => ids.Contains(obj.Id)...

Id #14389 | Release: None | Updated: Apr 20 at 10:56 PM by mattwar | Created: Oct 6 2010 at 1:31 PM by mitek

TrimEnd() and TrimStart() functions

Hi, We have two databases SQL server and Foxpro. I put up the data access layer in my project which is based on IQToolKit and LINQtoVFP. So we can connect to SQL server and FoxPro as per requireme...

Id #14162 | Release: None | Updated: Sep 2 2010 at 6:50 AM by nreshamwala | Created: Sep 2 2010 at 6:50 AM by nreshamwala

TrimEnd() and TrimStart() functions

Hi, We have two databases SQL server and Foxpro. I put up the data access layer in my project which is based on IQToolKit and LINQtoVFP. So we can connect to SQL server and FoxPro as per requireme...

Id #14161 | Release: None | Updated: Sep 2 2010 at 6:50 AM by nreshamwala | Created: Sep 2 2010 at 6:50 AM by nreshamwala

Aggragated functions not working with IEntitySession

Whenever you use a COUNT, MAX, etc. with a "data context" (IEntitySession), there is a exception: System.ArgumentNullException: Value cannot be null. Parameter name: key at System.Collections.G...

Id #13768 | Release: None | Updated: Apr 20 at 9:04 PM by mattwar | Created: Jul 21 2010 at 7:03 PM by JCKodel