We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459d837 commit eba76f4Copy full SHA for eba76f4
src/NHibernate.Config.Templates/PostgreSQL.cfg.xml
@@ -8,8 +8,8 @@ for your own use before compile tests in VisualStudio.
8
<session-factory name="NHibernate.Test">
9
<property name="connection.driver_class">NHibernate.Driver.NpgsqlDriver</property>
10
<property name="connection.connection_string">
11
- Server=localhost;initial catalog=nhibernate;User ID=nhibernate;Password=nhibernate;
+ Server=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;
12
</property>
13
- <property name="dialect">NHibernate.Dialect.PostgreSQLDialect</property>
+ <property name="dialect">NHibernate.Dialect.PostgreSQL82Dialect</property>
14
</session-factory>
15
</hibernate-configuration>
0 commit comments