Hi all, i found a bug in DBLinq.Data.Linq.Sugar today. it manifested itself in line 75 of QueryRunner, but it has to do with the select statement that ran. essentially, it created a select statement that looked like this:
SELECT Address, BillingFirstName, BillingFullName, Order, TotalPrice FROM dbName.order [note, columns removed for brevity] the issue is that it didn't put those wonky single left quotes around any of the column names, and one of the columns, "order", is a keyword. i would suggest that in the case of MySQL, we put that back tick mark around all column names, etc. i'll try to track down where the sql code is being generated and post a possible fix. -b --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
