Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 36197 invoked from network); 9 Sep 2005 07:39:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Sep 2005 07:39:12 -0000 Received: (qmail 27030 invoked by uid 500); 9 Sep 2005 07:39:11 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 27005 invoked by uid 500); 9 Sep 2005 07:39:11 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 26992 invoked by uid 500); 9 Sep 2005 07:39:11 -0000 Received: (qmail 26989 invoked by uid 99); 9 Sep 2005 07:39:11 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 09 Sep 2005 00:39:10 -0700 Received: (qmail 36187 invoked by uid 65534); 9 Sep 2005 07:39:10 -0000 Message-ID: <20050909073910.36185.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r279725 - in /db/torque/test/trunk/profile/postgresql: ./ Torque.properties project.properties project.xml Date: Fri, 09 Sep 2005 07:39:09 -0000 To: torque-commits@db.apache.org From: seade@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: seade Date: Fri Sep 9 00:39:04 2005 New Revision: 279725 URL: http://svn.apache.org/viewcvs?rev=279725&view=rev Log: Test profile for PostgreSQL. Added: db/torque/test/trunk/profile/postgresql/ - copied from r279689, db/torque/test/trunk/profile/mysql/ Modified: db/torque/test/trunk/profile/postgresql/Torque.properties db/torque/test/trunk/profile/postgresql/project.properties db/torque/test/trunk/profile/postgresql/project.xml Modified: db/torque/test/trunk/profile/postgresql/Torque.properties URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/postgresql/Torque.properties?rev=279725&r1=279689&r2=279725&view=diff ============================================================================== --- db/torque/test/trunk/profile/postgresql/Torque.properties (original) +++ db/torque/test/trunk/profile/postgresql/Torque.properties Fri Sep 9 00:39:04 2005 @@ -1,9 +1,9 @@ torque.database.default = bookstore -torque.database.bookstore.adapter = mysql +torque.database.bookstore.adapter = postgresql #Using commons-dbcp torque.dsfactory.bookstore.factory = org.apache.torque.dsfactory.SharedPoolDataSourceFactory -torque.dsfactory.bookstore.connection.driver = org.gjt.mm.mysql.Driver -torque.dsfactory.bookstore.connection.url = jdbc:mysql://localhost:3306/bookstore -torque.dsfactory.bookstore.connection.user = root -torque.dsfactory.bookstore.connection.password = +torque.dsfactory.bookstore.connection.driver = org.postgresql.Driver +torque.dsfactory.bookstore.connection.url = jdbc:postgresql://localhost:5432/bookstore +torque.dsfactory.bookstore.connection.user = torque +torque.dsfactory.bookstore.connection.password = torque Modified: db/torque/test/trunk/profile/postgresql/project.properties URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/postgresql/project.properties?rev=279725&r1=279689&r2=279725&view=diff ============================================================================== --- db/torque/test/trunk/profile/postgresql/project.properties (original) +++ db/torque/test/trunk/profile/postgresql/project.properties Fri Sep 9 00:39:04 2005 @@ -2,16 +2,16 @@ torque.test.base.idMethod = idbroker #settings that will go straight through to the generator -torque.database.createUrl = jdbc:mysql://localhost:3306/mysql -torque.database.buildUrl = jdbc:mysql://localhost:3306/bookstore +torque.database.createUrl = jdbc:postgresql://localhost:5432/template1 +torque.database.buildUrl = jdbc:postgresql://localhost:5432/bookstore torque.generateBeans = true #settings for both generator and runtime -torque.database = mysql -torque.database.driver = org.gjt.mm.mysql.Driver -torque.database.user = root -torque.database.password = +torque.database = postgresql +torque.database.driver = org.postgresql.Driver +torque.database.user = torque +torque.database.password = torque #settings for runtime -torque.database.url = jdbc:mysql://localhost:3306/bookstore +torque.database.url = jdbc:postgresql://localhost:5432/bookstore torque.database.validationQuery = SELECT 1 Modified: db/torque/test/trunk/profile/postgresql/project.xml URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/postgresql/project.xml?rev=279725&r1=279689&r2=279725&view=diff ============================================================================== --- db/torque/test/trunk/profile/postgresql/project.xml (original) +++ db/torque/test/trunk/profile/postgresql/project.xml Fri Sep 9 00:39:04 2005 @@ -1,14 +1,16 @@ ../base/project.xml - torque-mysql-test - Torque-mysql-test + torque-postgresql-test + Torque-postgresql-test - mysql-connector-java - mysql - 3.1.6-bin - + postgresql + postgresql + 7.4-jdbc3 + pg74.215.jdbc3.jar + http://www.postgresql.org/ + --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org