Hi Guys,
I executed the subsonic code gecneration in a table that has a field type as tinyint.
My code was generated as bool insted of byte.
Do anyone knows why? Is this a Bug?
Thanks
--
[]s,
Marcus
Subsonic treats bit and tinyint the same. From this link, it looks like bit was a tinyint in mysql, for a while anyway. Maybe the real issue is a valid type in c# that translates to tinyint?