From: NHibernate J. <mik...@us...> - 2006-10-26 08:12:28
|
[ http://jira.nhibernate.org/browse/NH-778?page=comments#action_14212 ] Sergey Koshcheyev commented on NH-778: -------------------------------------- Subversion can create it for you. If you are using TortoiseSVN, there is an option to create a patch. Or you can do it manually using 'diff' for Win32 if you can find one. Subversion option is by far the easiest. > Adding pascalcase-m (without the underscore) > -------------------------------------------- > > Key: NH-778 > URL: http://jira.nhibernate.org/browse/NH-778 > Project: NHibernate > Type: Improvement > Components: Core > Versions: 1.2.0.Beta1 > Reporter: Per Weinberger > Priority: Trivial > > I've implemented support for field naming strategy pascalcase-m, i.e. "The name of the Field in PascalCase format prefixed with an 'm'.", e.g. > private long mId; > [NHibernate.Mapping.Attributes.Id(0, Name="Id",Access="nosetter.pascalcase-m")] > public virtual long Id > { > get { return mId; } > } > How do I submit this? > Regards, > Per Weinberger -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |