MySql 5.0
LLBLGen V2.6 Final
VS 2008 C#
I have a MySql table that contains a field 'PhotoSize', it is 'not null' and has no default value. I believe LL use to by default pass the 'default .net value', in this case 0 as the type is integer, when the object is being persisted yet the value has not been set. However now LL is not passing any value for the PhotoSize field when saving the object.