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 7b8ccde commit 19bed0aCopy full SHA for 19bed0a
src/NHibernate/Dialect/MySQLDialect.cs
@@ -140,7 +140,7 @@ protected virtual void RegisterFunctions()
140
141
RegisterFunction("rand", new NoArgSQLFunction("rand", NHibernateUtil.Double));
142
143
- RegisterFunction("power", new StandardSQLFunction("power", NHibernateUtil.Single));
+ RegisterFunction("power", new StandardSQLFunction("power", NHibernateUtil.Double));
144
145
RegisterFunction("stddev", new StandardSQLFunction("stddev", NHibernateUtil.Double));
146
RegisterFunction("variance", new StandardSQLFunction("variance", NHibernateUtil.Double));
0 commit comments