Skip to content

Commit cd925f9

Browse files
committed
Update src/FluentNHibernate/Cfg/Db/DB2Configuration.cs
1 parent f12c7d7 commit cd925f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/FluentNHibernate/Cfg/Db/DB2Configuration.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ public static DB2Configuration Standard
1515
get { return new DB2Configuration().Dialect<DB2Dialect>(); }
1616
}
1717

18+
/// <summary>
19+
/// DB2 Data Server/Client supports Informix 11.50+ with Informix syntax
20+
/// </summary>
1821
public static DB2Configuration Informix1150
1922
{
2023
get { return new DB2Configuration().Dialect<InformixDialect1000>(); }
2124
}
2225
}
23-
}
26+
}

0 commit comments

Comments
 (0)