Skip to content

Commit 003f252

Browse files
committed
Merge branch 'master' of https://github.com/lodrial/fluent-nhibernate into informixDialect
2 parents 4f9ab2e + cd925f9 commit 003f252

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/FluentNHibernate/Cfg/Db/DB2Configuration.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,13 @@ public static DB2Configuration Standard
1414
{
1515
get { return new DB2Configuration().Dialect<DB2Dialect>(); }
1616
}
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+
}
1725
}
18-
}
26+
}

0 commit comments

Comments
 (0)