Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

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

hibernate-commits

2008-10-13


Author LoginPost Reply
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)
@@(protected) @@
+## 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
+
+

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.