Skip to content

Commit 2eaffc4

Browse files
Adjust the test dialect for postgreSQL
1 parent 305a511 commit 2eaffc4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
namespace NHibernate.Test.TestDialects
2+
{
3+
public class PostgreSQL91TestDialect : PostgreSQL83TestDialect
4+
{
5+
public PostgreSQL91TestDialect(Dialect.Dialect dialect)
6+
: base(dialect)
7+
{
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)