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 f12c7d7 commit cd925f9Copy full SHA for cd925f9
src/FluentNHibernate/Cfg/Db/DB2Configuration.cs
@@ -15,9 +15,12 @@ public static DB2Configuration Standard
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