We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305a511 commit 2eaffc4Copy full SHA for 2eaffc4
src/NHibernate.Test/TestDialects/PostgreSQL91TestDialect.cs
@@ -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