We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c216e commit 47e3e61Copy full SHA for 47e3e61
src/NHibernate/Dialect/MsSql2000Dialect.cs
@@ -110,6 +110,8 @@ protected virtual void RegisterFunctions()
110
RegisterFunction("floor", new StandardSQLFunction("floor"));
111
RegisterFunction("round", new StandardSQLFunction("round"));
112
113
+ RegisterFunction("power", new StandardSQLFunction("power", NHibernateUtil.Double));
114
+
115
RegisterFunction("acos", new StandardSQLFunction("acos", NHibernateUtil.Double));
116
RegisterFunction("asin", new StandardSQLFunction("asin", NHibernateUtil.Double));
117
RegisterFunction("atan", new StandardSQLFunction("atan", NHibernateUtil.Double));
0 commit comments