Stuart Johnson wrote: > MySql DATETIME column seems to be causing me problems in DBLinq. > > With a datetime column in my table, I cant run a query without it > throwing an exception on this line: > > var compiled = lambda.Compile(); > > Unhandled Expression Type: 1012 > >
I have got a bit further with this. I actually had two problems, and the DateTime field just needed the allow Null switching on. Maybe a more helpful error message could be added for this? I have a ENUM type. No mater what i do, I cant seem to get it to work without an exception being thrown. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
