Using DbLinq and MySql what is the ideal way to store a boolean value? It seems as though use of the Bit type is frowned upon at best and if I use Boolean/Tinyint(1) DBMetal treats my column as an sbyte and not a bool. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
