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 30f92a6 commit caa02e9Copy full SHA for caa02e9
src/NHibernate/Dialect/DB2Dialect.cs
@@ -132,6 +132,8 @@ public DB2Dialect()
132
RegisterFunction("length", new StandardSQLFunction("length", NHibernateUtil.Int32));
133
RegisterFunction("ltrim", new StandardSQLFunction("ltrim"));
134
135
+ RegisterFunction("truncate", new StandardSQLFunction("truncate"));
136
+
137
RegisterFunction("mod", new ModulusFunction(true, false));
138
139
RegisterFunction("substring", new StandardSQLFunction("substr", NHibernateUtil.String));
0 commit comments