Skip to content
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

Add support for Oracle binary floating point types #2349

Merged
merged 1 commit into from
Apr 19, 2020

Conversation

maca88
Copy link
Contributor

@maca88 maca88 commented Apr 14, 2020

Extracted from #2079 and aligned the registration with #1868.

@@ -29,19 +64,6 @@ protected override void RegisterFunctions()
RegisterFunction("random", new SQLFunctionTemplate(NHibernateUtil.Double, "cast(DBMS_RANDOM.VALUE() as binary_double)"));
}

/* 6.0 TODO: consider redefining float and double registrations
protected override void RegisterNumericTypeMappings()
Copy link
Contributor Author

@maca88 maca88 Apr 14, 2020

Choose a reason for hiding this comment

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

Here _useBinaryFloatingPointTypes is not yet populated as RegisterNumericTypeMappings is called in the constructor.

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

Successfully merging this pull request may close these issues.

3 participants