Hi guys,
My company's MySql database is riddled with fields named "system", so SubSonic's generated code clashes with the .NET System namespace.
I understand AppendWith appends a character(s) to the fields it indentifies as clashing with reserved words, but it doesn't seem to do anything in my case. Is there a way to see/update the list of reserved words it knows?