[hibernate-commits] Hibernate SVN: r15332 - search/trunk/src/filters.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Oct 13 05:14:12 EDT 2008


Author: hardy.ferentschik
Date: 2008-10-13 05:14:12 -0400 (Mon, 13 Oct 2008)
New Revision: 15332

Added:
   search/trunk/src/filters/postgresql.filter
Log:
Added a filter for postgres. Trying to run all test against postgres. One test is still failing.

Added: search/trunk/src/filters/postgresql.filter
===================================================================
--- search/trunk/src/filters/postgresql.filter	                        (rev 0)
+++ search/trunk/src/filters/postgresql.filter	2008-10-13 09:14:12 UTC (rev 15332)
@@ -0,0 +1,9 @@
+## PostgreSQL
+
+hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
+hibernate.connection.driver_class org.postgresql.Driver
+hibernate.connection.username hibernate
+hibernate.connection.password hibernate
+hibernate.connection.url jdbc:postgresql://localhost:5432/hibernate
+
+




More information about the hibernate-commits mailing list