Skip to content

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