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.
2 parents 4f9ab2e + cd925f9 commit 003f252Copy full SHA for 003f252
src/FluentNHibernate/Cfg/Db/DB2Configuration.cs
@@ -14,5 +14,13 @@ public static DB2Configuration Standard
14
{
15
get { return new DB2Configuration().Dialect<DB2Dialect>(); }
16
}
17
+
18
+ /// <summary>
19
+ /// DB2 Data Server/Client supports Informix 11.50+ with Informix syntax
20
+ /// </summary>
21
+ public static DB2Configuration Informix1150
22
+ {
23
+ get { return new DB2Configuration().Dialect<InformixDialect1000>(); }
24
+ }
25
-}
26
+}
0 commit comments