Hello Newsgroup,

I think there is an error in the WHERE clause string filter:

// In the dblinq.mysql.example project:
var q0 = from o in db.Orders
                 where o.ShipName == "Bon app" // This does not work!
                 //where o.ShipName == "QUICK-Stop" // But this works. So 
"London"
q5 beneath.
                 select new
                 {
                         o.ShipName,
                 };
Strings with spaces are not handled correctly.

BTW: In the foreach loops of q5 and q6 are only the q4 result used
over and over again.


Thanks

Mike
--~--~---------~--~----~------------~-------~--~----~
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