Hi,

Isn't anyone else running in to the issue reported in bug 81? It
happens whenever I try to create an anonymous type in the select
statement. I can see the examples that come with DBLinq do this. I
haven't tried running the examples yet, but the case I'm trying is
very simple:

var baz = from t in dc.Bar select new { Foo = t.Name };

Any time I use a "select new ......", I get an ArgumentException in
SqlProvider.cs GetLiteral method.

Whereas this always works fine:

var baz = from t in dc.Bar select t;

I'm running on v0.18. Will getting trunk help me? I've added a stack
trace and other details to the issue.

Thanks,
Ragesh Krishna.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to