Case sensivity
Hi,
I would like to use Fluent NHibernate but I'm using a language that is not case sensitive. As a result I'm running into problems with fields and methods clashing.
I think these are the problem areas
Mapping\ClassMap.cs
id and version
Mapping\ClassLikeMapBase
references and properties
MappingModel\ColumBasedMappingBase
columns
I don't suppose the field names could be modified ?
Cheers,
John