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 7b38511 commit 450679fCopy full SHA for 450679f
src/NHibernate/Dialect/Oracle8iDialect.cs
@@ -223,6 +223,8 @@ protected virtual void RegisterFunctions()
223
RegisterFunction("next_day", new StandardSQLFunction("next_day", NHibernateUtil.Date));
224
225
RegisterFunction("str", new StandardSQLFunction("to_char", NHibernateUtil.String));
226
+
227
+ RegisterFunction("iif", new SQLFunctionTemplate(null, "case when ?1 then ?2 else ?3 end"));
228
}
229
230
protected internal virtual void RegisterDefaultProperties()
0 commit comments