Skip to content

Commit eba76f4

Browse files
committed
Improved example PostgreSQL configuration template.
1 parent 459d837 commit eba76f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate.Config.Templates/PostgreSQL.cfg.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ for your own use before compile tests in VisualStudio.
88
<session-factory name="NHibernate.Test">
99
<property name="connection.driver_class">NHibernate.Driver.NpgsqlDriver</property>
1010
<property name="connection.connection_string">
11-
Server=localhost;initial catalog=nhibernate;User ID=nhibernate;Password=nhibernate;
11+
Server=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;
1212
</property>
13-
<property name="dialect">NHibernate.Dialect.PostgreSQLDialect</property>
13+
<property name="dialect">NHibernate.Dialect.PostgreSQL82Dialect</property>
1414
</session-factory>
1515
</hibernate-configuration>

0 commit comments

Comments
 (0)