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 c40efc1 commit 09a905aCopy full SHA for 09a905a
src/NHibernate/Dialect/DB2Dialect.cs
@@ -121,6 +121,7 @@ public DB2Dialect()
121
RegisterFunction("integer", new StandardSQLFunction("integer", NHibernateUtil.Int32));
122
RegisterFunction("smallint", new StandardSQLFunction("smallint", NHibernateUtil.Int16));
123
124
+ RegisterFunction("str", new StandardSQLFunction("varchar", NHibernateUtil.AnsiString));
125
RegisterFunction("digits", new StandardSQLFunction("digits", NHibernateUtil.String));
126
RegisterFunction("ascii", new StandardSQLFunction("ascii", NHibernateUtil.Int32));
127
RegisterFunction("chr", new StandardSQLFunction("chr", NHibernateUtil.Character));
0 commit comments