Skip to content

Commit f12c7d7

Browse files
committed
Update src/FluentNHibernate/Cfg/Db/DB2Configuration.cs
DB2 Provider is a faster DRDA provider for Informix 11.50+
1 parent 4900f06 commit f12c7d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/FluentNHibernate/Cfg/Db/DB2Configuration.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ public static DB2Configuration Standard
1414
{
1515
get { return new DB2Configuration().Dialect<DB2Dialect>(); }
1616
}
17+
18+
public static DB2Configuration Informix1150
19+
{
20+
get { return new DB2Configuration().Dialect<InformixDialect1000>(); }
21+
}
1722
}
18-
}
23+
}

0 commit comments

Comments
 (0)