On Sat, 2009-11-07 at 23:34 -0800, mikcy wrote:
> I just started using DBMetal yesterday and i was trying to produce c#
> and dbml files for a MySql database that uses the binary datatype and
> i noticed that it isn't available, for some reason, as is shown below:

This should be fixed in r1268, though I made 'binary' a byte[], not a
bool (as you did).  This seems more appropriate given:

        http://msdn.microsoft.com/en-us/library/ms188362.aspx
        http://dev.mysql.com/doc/refman/4.1/en/binary-varbinary.html

as BINARY can be used for variable data in both databases.

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

Reply via email to