On Wed, 2010-04-28 at 19:49 -0700, wind cloud wrote:
> Hello, I am using dblinq on mysql. I used the dbmetal to generate the
> entities datacontext class in VB. Things all seems fine but except
> with columns of DateTime with null value allowed. DbMetal generate
> System.Nullable(Of Date) as the column properties of course, like the
> following
Thank you for the report. I've added this as a bug:
http://code.google.com/p/dblinq2007/issues/detail?id=249
> I am not really sure if my fix is a fix or I misuse Nullable type,
> just want to check with you guys to see if it's really a problem and
> hope the Dblinq coders could fix it in the future. Thanks.
Your fix looks sane. It's a bug in the DbMetal generator (the perils of
not actually testing the VB output, other than to ensure that it
actually compiles, while only testing the C# output...).
Thanks,
- Jon
--
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.