From: NHibernate J. <mik...@us...> - 2006-10-26 07:47:34
|
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 |
From: NHibernate J. <mik...@us...> - 2006-10-26 07:56:29
|
[ http://jira.nhibernate.org/browse/NH-778?page=comments#action_14210 ] Sergey Koshcheyev commented on NH-778: -------------------------------------- Attach the patch here. > 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 |
From: NHibernate J. <mik...@us...> - 2006-10-26 08:03:28
|
[ http://jira.nhibernate.org/browse/NH-778?page=comments#action_14211 ] Per Weinberger commented on NH-778: ----------------------------------- Sorry for not being in the know. Could you please direct me to documentation on how to create a patch. Regards, Per Weinberger > 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 |
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 |
From: NHibernate J. <mik...@us...> - 2006-10-26 08:14:29
|
[ http://jira.nhibernate.org/browse/NH-778?page=all ] Per Weinberger updated NH-778: ------------------------------ Attachment: pascalcase-m.patch Hope this is in the correct format. Created using TortoiseSVN. > 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 > Attachments: pascalcase-m.patch > > 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 |
From: NHibernate J. <mik...@us...> - 2006-10-26 08:19:32
|
[ http://jira.nhibernate.org/browse/NH-778?page=comments#action_14214 ] Sergey Koshcheyev commented on NH-778: -------------------------------------- Looks fine. > 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 > Attachments: pascalcase-m.patch > > 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 |
From: NHibernate J. <mik...@us...> - 2006-10-26 10:58:29
|
[ http://jira.nhibernate.org/browse/NH-778?page=all ] Sergey Koshcheyev resolved NH-778: ---------------------------------- Fix Version: 1.2.0.Beta2 Resolution: Fixed > 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 > Fix For: 1.2.0.Beta2 > Attachments: pascalcase-m.patch > > 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 |