Skip to content

NH-3759 - uuid.hex id generator fix in mapping by code. Parameters added and retur... #396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2015

Conversation

lnu
Copy link
Member

@lnu lnu commented Feb 10, 2015

We use uuid.hex in the NHibernate.AspNet.Identity project. Right now a custom mapper is implemented in the project. It could be avoided with this fix.

}

public System.Type DefaultReturnType
{
get { return typeof(Guid); }
get { return typeof(string); }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the uuid.hex generator returns a string not a guid. Am I missing something?

@hazzik hazzik added this to the 4.1.0 milestone Feb 16, 2015
hazzik added a commit that referenced this pull request Feb 22, 2015
uuid.hex id generator fix in mapping by code. Parameters added and retur...
@hazzik hazzik merged commit 7c8a0ff into nhibernate:master Feb 22, 2015
@hazzik
Copy link
Member

hazzik commented Feb 22, 2015

@lnu do we have JIRA for this? If not, could you please create one?

@lnu lnu changed the title uuid.hex id generator fix in mapping by code. Parameters added and retur... NH-3759:uuid.hex id generator fix in mapping by code. Parameters added and retur... Feb 22, 2015
@lnu lnu changed the title NH-3759:uuid.hex id generator fix in mapping by code. Parameters added and retur... NH-3759 - uuid.hex id generator fix in mapping by code. Parameters added and retur... Feb 22, 2015
@lnu
Copy link
Member Author

lnu commented Feb 22, 2015

@hazzik
Copy link
Member

hazzik commented Feb 22, 2015 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants