You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
THere is presently no supported way to do-
string[] names = {fred, joe, sam };
return (from p in db.GetTable<People>()
where names.Contains(p.Name)
select p).ToArray()
What is the expected output? What do you see instead?
No operator is defined for the 'Contains' method and query execution is haulted.
What version of the product are you using? On what operating system?
DbLinq 0.20.0 targeting MySql.Data 6.4.4.0
Please provide any additional information below.
If you need any more info visit my blog
http://wasntnate.com/2012/02/crashing-dblinq-with-embedded-query/
Original issue reported on code.google.com by itsnatet...@gmail.com on 23 Feb 2012 at 5:43
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
itsnatet...@gmail.com
on 23 Feb 2012 at 5:43The text was updated successfully, but these errors were encountered: