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 6f3930a commit 5562d5eCopy full SHA for 5562d5e
src/NHibernate/Dialect/DB2Dialect.cs
@@ -131,7 +131,7 @@ public DB2Dialect()
131
RegisterFunction("lower", new StandardSQLFunction("lower"));
132
RegisterFunction("length", new StandardSQLFunction("length", NHibernateUtil.Int32));
133
RegisterFunction("ltrim", new StandardSQLFunction("ltrim"));
134
-
+ RegisterFunction("replace", new StandardSQLFunction("replace", NHibernateUtil.String));
135
RegisterFunction("truncate", new StandardSQLFunction("truncate"));
136
137
RegisterFunction("mod", new ModulusFunction(true, false));
0 commit comments