Hi Simon, Please check if https://nhibernate.jira.com/browse/NH-2996 issue is relevant. Probably you need to use MySQL55Dialect
Best Regards, Alexander On Fri, Feb 6, 2015 at 8:26 AM, <[email protected]> wrote: > Hello! It seems nhibernate cannot handle empty strings or bad data in > varchar(36) field in a MySql database.. even if the mapping for the field > is string type and not guid.. something happens at DoList time that sees > the field is varchar36 and tries to parse it as a guid and fails on empty > strings.. I understand fixing the data would be the best way, but there are > many tables with this problem. I would prefer to be able to fix it after > reading it from Nhibernate > > Please see my post at stack overflow for more info: > http://stackoverflow.com/q/28330368/4530203 > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/nhusers. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
