cvs commit: db-torque maven.xml

2004-12-06 Thread tfischer
tfischer2004/12/06 10:55:59 Modified:.Tag: TORQUE_3_1_BRANCH maven.xml Log: Pass property to ant process to fix runtime test Revision ChangesPath No revision No revision 1.20.2.5 +4 -2 db-torque/maven.xml Index

cvs commit: db-torque/src/generator/src/templates/om Peer.vm

2004-12-11 Thread tfischer
tfischer2004/12/11 04:00:05 Modified:src/generator/src/templates/om Tag: TORQUE_3_1_BRANCH Peer.vm Log: Fixed a Bug in the patch TRQS254: Two methods were generated which shared the same signature doSelectJoinXYZ(Criteria criteria, Connection conn

cvs commit: db-torque/src/java/org/apache/torque/util Criteria.java

2004-12-13 Thread tfischer
tfischer2004/12/13 09:35:28 Modified:src/java/org/apache/torque/util Tag: TORQUE_3_1_BRANCH Criteria.java Log: Changed getJoins() to public access No reason why it should not be public (all the other getters are) Revision ChangesPath

cvs commit: db-torque/src/generator/src/templates/sql/id-table idtable.oracle

2004-12-10 Thread tfischer
tfischer2004/12/10 11:06:27 Modified:src/generator/src/templates/sql/base/oracle Tag: TORQUE_3_1_BRANCH primarykey.vm foreignkey.vm drop.vm index.vm sequence.vm table.vm src/generator/src/templates/sql/load/oracle Tag

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2004-12-27 Thread tfischer
tfischer2004/12/27 11:52:48 Modified:src/rttest Tag: TORQUE_3_1_BRANCH bookstore-schema.xml src/rttest/org/apache/torque Tag: TORQUE_3_1_BRANCH DataTest.java Log: added a test case where the accuracy of date/time/timestamp values are checked

cvs commit: db-torque/src/java/org/apache/torque/om NumberKey.java

2005-01-08 Thread tfischer
tfischer2005/01/08 05:47:13 Modified:src/java/org/apache/torque/om Tag: TORQUE_3_1_BRANCH NumberKey.java Log: applied fix of TRQS180 (NumberKey.java 1.20) also to TORQUE_3_1_BRANCH Revision ChangesPath No revision

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-01-11 Thread tfischer
tfischer2005/01/11 09:13:00 Modified:src/rttest/org/apache/torque Tag: TORQUE_3_1_BRANCH DataTest.java Added: src/java/org/apache/torque/util Tag: TORQUE_3_1_BRANCH CountHelper.java Log: Added a helper class which eases

cvs commit: db-torque/proposals/henning/idtable-peer idtable-peer.patch

2005-01-31 Thread tfischer
tfischer2005/01/31 11:43:59 Modified:src/java/org/apache/torque/util UniqueList.java Criteria.java Transaction.java Query.java BasePeer.java SqlEnum.java LargeSelect.java SqlExpression.java src/java

cvs commit: db-torque/src/generator/src/templates/sql/db-init/cloudscape - New directory

2005-02-08 Thread tfischer
tfischer2005/02/08 00:43:52 db-torque/src/generator/src/templates/sql/db-init/cloudscape - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: db-torque/src/generator/src/templates/sql/db-init/cloudscape createdb.vm

2005-02-08 Thread tfischer
tfischer2005/02/08 00:43:55 Added: src/generator/src/templates/sql/db-init/derby createdb.vm src/generator/src/templates/sql/db-init/cloudscape createdb.vm Log: empty createdb templates for derby and cloudscape to keep the runtimetest happy

cvs commit: db-torque/src/rttest/org/apache/torque DocsTest.java

2005-02-08 Thread tfischer
tfischer2005/02/08 02:12:19 Modified:src/rttest/org/apache/torque DocsTest.java Log: use lower case for table names, because mysql is treating column names in a case sensitive way Revision ChangesPath 1.3 +6 -6 db-torque/src/rttest/org/apache/torque

cvs commit: db-torque/profile derby.profile

2005-02-12 Thread tfischer
tfischer2005/02/12 04:07:01 Added: profile derby.profile Log: test profile for running the runtimetest against Apache Derby Revision ChangesPath 1.1 db-torque/profile/derby.profile Index: derby.profile

cvs commit: db-torque/src/generator/src/templates/sql/base/derby columns.vm

2005-02-12 Thread tfischer
tfischer2005/02/12 04:08:19 Modified:src/generator/src/templates/sql/base/derby columns.vm Log: Took over the standard columns.vm from oracle Revision ChangesPath 1.3 +1 -20 db-torque/src/generator/src/templates/sql/base/derby/columns.vm Index: columns.vm

cvs commit: db-torque/src/java/org/apache/torque/util LargeSelect.java

2005-02-15 Thread tfischer
tfischer2005/02/15 23:58:49 Modified:src/java/org/apache/torque/util LargeSelect.java Log: Avoid ConcurrentModificationException if data is inserted into the LargeSelect while the first page of data is already displayed. Thanks to Gareth Boden and Thomas Vandahl In Thomas

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-02-18 Thread tfischer
tfischer2005/02/18 01:26:03 Modified:src/rttest/org/apache/torque DataTest.java Log: corrected error message Revision ChangesPath 1.11 +2 -2 db-torque/src/rttest/org/apache/torque/DataTest.java Index: DataTest.java

cvs commit: db-torque/src/java/org/apache/torque/util SQLBuilder.java Criteria.java

2005-02-18 Thread tfischer
tfischer2005/02/18 02:04:38 Modified:src/java/org/apache/torque/util SQLBuilder.java Criteria.java Log: allow dots in autogenerated table names This is a first step towards support of fully qualified table names (table name=schema_name.table_name

cvs commit: db-torque/xdocs changes.xml

2005-02-18 Thread tfischer
tfischer2005/02/18 02:06:22 Modified:xdocschanges.xml Log: oops, forgot to mention a change I did some time ago... Revision ChangesPath 1.144 +5 -0 db-torque/xdocs/changes.xml Index: changes.xml

cvs commit: db-torque/xdocs changes.xml schema-howto.xml

2005-02-23 Thread tfischer
tfischer2005/02/23 09:32:09 Modified:src/generator/src/dtd database.dtd src/generator/src/test/org/apache/torque/engine/database/model NameFactoryTest.java src/generator/src/java/org/apache/torque/engine/database/model

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-03-03 Thread tfischer
tfischer2005/03/03 22:38:54 Modified:src/rttest/org/apache/torque DataTest.java Log: added test for TRQS267 Revision ChangesPath 1.12 +25 -1 db-torque/src/rttest/org/apache/torque/DataTest.java Index: DataTest.java

cvs commit: db-torque/src/generator/src/dtd database.dtd

2005-03-09 Thread tfischer
tfischer2005/03/09 06:17:32 Modified:src/generator/src/dtd database.dtd Log: Making the name attribute of the database #REQUIRED See TRQS287 Revision ChangesPath 1.6 +2 -2 db-torque/src/generator/src/dtd/database.dtd Index: database.dtd

cvs commit: db-torque/src/generator/src/test/org/apache/torque/engine/database/model OracleDomainTest.java

2005-03-09 Thread tfischer
tfischer2005/03/09 07:43:05 Modified:.project-base.xml xdocschanges.xml src/generator/src/java/org/apache/torque/engine/platform PlatformOracleImpl.java src/generator/src/test/org/apache/torque/engine

cvs commit: db-torque/src/java/org/apache/torque TorqueInstance.java

2005-03-12 Thread tfischer
tfischer2005/03/12 12:08:34 Modified:src/java/org/apache/torque TorqueInstance.java Log: Check whether Torque is initialized before retrieving a connection Torque does not throw an obvious error message if it is not initialized and the db is accessed. This check should take

cvs commit: db-torque/src/java/org/apache/torque TorqueInstance.java

2005-03-12 Thread tfischer
tfischer2005/03/12 12:14:50 Modified:src/java/org/apache/torque TorqueInstance.java Log: last code change was not optimal; no need to use the Torque class for checking whether Torque is initialized Revision ChangesPath 1.11 +2 -2 db-torque/src/java/org/apache

cvs commit: db-torque/src/generator/src/templates/om ObjectWithManager.vm

2005-03-15 Thread tfischer
tfischer2005/03/15 23:11:34 Modified:xdocschanges.xml src/generator/src/templates/om ObjectWithManager.vm Log: Synchronizing Object.vm with ObjectWithManager.vm, second bit Thanks to Thomas Vandahl for the patch See TRQS289 Revision ChangesPath

cvs commit: db-torque/src/generator/src/templates/om Object.vm

2005-03-15 Thread tfischer
tfischer2005/03/15 23:15:07 Modified:src/generator/src/templates/om Object.vm Log: Removed some tabs, adjusted spaces moved one velocity statement to match the position in ObjectWithManager.vm Revision ChangesPath 1.23 +74 -74db-torque/src/generator/src

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-03-26 Thread tfischer
tfischer2005/03/26 09:38:40 Modified:src/rttest bookstore-schema.xml src/rttest/org/apache/torque DataTest.java Log: Added a test case to chekct whether large primary keys are inserted and read correctly. This check is related to TQRS245 Revision Changes

cvs commit: db-torque/src/rttest bookstore-schema.xml

2005-03-26 Thread tfischer
tfischer2005/03/26 09:49:58 Modified:src/rttest bookstore-schema.xml Log: changed the IdMethod of the MULTIPK_SELFREF_TABLE to none This is to make sure that the runtimetest passes for Mysql and IdMethod=native, because - Mysql does not like autoincrement of DECIMAL colums

cvs commit: db-torque/src/generator/src/templates/sql/base/postgresql sequence.vm drop.vm table.vm

2005-03-26 Thread tfischer
tfischer2005/03/26 23:52:13 Modified:src/generator/src/templates/sql/base/postgresql drop.vm table.vm Added: src/generator/src/templates/sql/base/postgresql sequence.vm Log: Generate sequences for postgresql explicitly Revision ChangesPath

cvs commit: db-torque/src/generator/src/templates/om/bean - New directory

2005-03-28 Thread tfischer
tfischer2005/03/28 10:25:23 db-torque/src/generator/src/templates/om/bean - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: db-torque/src/generator/src/templates/om/bean MultiExtendBean.vm ObjectBeanMethods.vm ExtensionBean.vm Bean.vm ObjectBeanImports.vm

2005-03-28 Thread tfischer
tfischer2005/03/28 10:25:28 Modified:src/maven-plugin plugin.properties xdocsnavigation.xml changes.xml profile sybase.profile hsqldb.profile oracle.profile axion.profile mysql.profile db2400.profile

cvs commit: db-torque/src/generator/src/templates/sql/db-init/msaccess - New directory

2005-03-30 Thread tfischer
tfischer2005/03/30 04:40:37 db-torque/src/generator/src/templates/sql/db-init/msaccess - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: db-torque/src/generator/src/templates/sql/id-table idtable.msaccess

2005-03-30 Thread tfischer
tfischer2005/03/30 04:40:41 Modified:xdocschanges.xml Added: src/generator/src/templates/sql/db-init/msaccess createdb.vm src/generator/src/templates/sql/id-table idtable.msaccess Log: Added missing templates for msaccess. I did not run any test, so

cvs commit: db-torque/examples project-schema.xml Torque.properties

2005-04-01 Thread tfischer
tfischer2005/04/01 23:02:27 Removed: src/test Torque.properties examples project-schema.xml Torque.properties Log: The example files are outdated. There are up-to-date examples in the tutorial, so there is no need for extra examples. The src/test/Torque.properties

cvs commit: db-torque/src/rttest/org/apache/torque/util CopyTest.java

2005-04-16 Thread tfischer
tfischer2005/04/16 06:59:30 Modified:src/rttest/org/apache/torque/util CopyTest.java Log: changed indentation to 4 spaces each level fixed a bug which printed a wrong error message if the test failed Revision ChangesPath 1.6 +24 -21db-torque/src/rttest/org

cvs commit: db-torque/src/generator/src/templates/sql/base/postgresql drop.vm

2005-04-17 Thread tfischer
tfischer2005/04/17 02:58:59 Modified:xdocspostgres-howto.xml changes.xml src/generator/src/templates/sql/base/postgresql drop.vm Log: use the CASCADE option for dropping tables in PostgreSQL Revision ChangesPath 1.8 +28 -3 db-torque/xdocs

cvs commit: db-torque/xdocs oracle-howto.xml

2005-04-21 Thread tfischer
tfischer2005/04/21 22:31:04 Modified:xdocsoracle-howto.xml Log: Added documentation for the usage of the types DATE, TIME and TIMESTAMP See issue TRQS263 in Scarab Revision ChangesPath 1.5 +56 -10db-torque/xdocs/oracle-howto.xml Index: oracle

cvs commit: db-torque/src/rttest test-schema.xml

2005-04-23 Thread tfischer
tfischer2005/04/23 07:58:14 Modified:src/rttest/org/apache/torque DataTest.java src/rttest test-schema.xml Log: Added a test case which checks selecting from boolean columns. Tests TRQS221 Revision ChangesPath 1.15 +42 -1 db-torque/src/rttest

cvs commit: db-torque/src/rttest bookstore-schema.xml

2005-04-23 Thread tfischer
tfischer2005/04/23 08:44:46 Modified:src/rttest bookstore-schema.xml Log: Added a foreign key to C_TABLE to have at least one table for which the DoSelectJoinAllExceptXXX() methods are generated Revision ChangesPath 1.19 +4 -0 db-torque/src/rttest/bookstore

cvs commit: db-torque/xdocs changes.xml

2005-04-23 Thread tfischer
tfischer2005/04/23 11:43:40 Modified:src/java/org/apache/torque/util SQLBuilder.java xdocschanges.xml Log: Added support for using sql functions in order by clause See TRQS251 in Scarab Revision ChangesPath 1.4 +18 -8 db-torque/src/java/org

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-05-05 Thread tfischer
tfischer2005/05/05 01:17:11 Modified:src/rttest/org/apache/torque DataTest.java Log: added a test case to test primary keys which are also foreign keys added a test to the orderByTest to check usage of sql functions in the order by clause Revision ChangesPath 1.16

cvs commit: db-torque/src/generator/src/templates/om Peer.vm

2005-05-05 Thread tfischer
tfischer2005/05/05 03:44:42 Modified:src/generator/src/templates/om Peer.vm Log: Gathered the code which deals with Booleans in criteria in an extra method. This is no functional change, just a refactoring in order to have a central place where the boolean problem is dealt

cvs commit: db-torque/src/test/org/apache/torque/util CriteriaTest.java

2005-05-08 Thread tfischer
tfischer2005/05/08 08:56:49 Modified:src/java/org/apache/torque/adapter DBPostgres.java xdocschanges.xml src/test/org/apache/torque/util CriteriaTest.java Log: Changed the handling of BIT columns in Postgres to use TRUE,FALSE instead of '1','0

cvs commit: db-torque/src/java/org/apache/torque/util VillageUtils.java

2005-05-08 Thread tfischer
tfischer2005/05/08 09:14:07 Modified:xdocschanges.xml src/java/org/apache/torque/util VillageUtils.java Log: Up to now, when inserting a BIT value, Torque gave village an integer value for the bit column. This caused a problem for HSQLDB (it inserted the value

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-05-10 Thread tfischer
tfischer2005/05/10 12:18:08 Modified:src/rttest/org/apache/torque DataTest.java Log: Added a simple testcase for reading and writing LOBS Appended a check to a testcase that newly generated objects are filled with autogenerated ids Revision ChangesPath 1.19 +58

cvs commit: db-torque/xdocs changes.xml

2005-05-17 Thread tfischer
tfischer2005/05/17 00:07:22 Modified:xdocschanges.xml Log: Inserted a note that BIT is not longer supported for Oracle Revision ChangesPath 1.158 +6 -1 db-torque/xdocs/changes.xml Index: changes.xml

cvs commit: db-torque/xdocs database-layout-howto.xml changes.xml navigation.xml

2005-05-20 Thread tfischer
tfischer2005/05/20 13:08:34 Modified:xdocschanges.xml navigation.xml Added: xdocsdatabase-layout-howto.xml Log: Added a database layout howto to the docs. Revision ChangesPath 1.159 +3 -0 db-torque/xdocs/changes.xml Index: changes.xml

cvs commit: db-torque/src/generator/src/test/org/apache/torque/engine/database/model HypersonicDomainTest.java

2005-05-20 Thread tfischer
tfischer2005/05/20 13:19:18 Modified:src/generator/src/java/org/apache/torque/engine/platform PlatformHypersonicImpl.java Added: src/generator/src/test/org/apache/torque/engine/database/model HypersonicDomainTest.java Log

cvs commit: db-torque/xdocs changes.xml

2005-05-20 Thread tfischer
tfischer2005/05/20 13:29:46 Modified:xdocschanges.xml Log: Added the changelog to a change I already made some time ago Revision ChangesPath 1.160 +3 -0 db-torque/xdocs/changes.xml Index: changes.xml

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-05-22 Thread tfischer
tfischer2005/05/22 03:03:00 Modified:src/rttest/org/apache/torque DataTest.java Log: Added a new testcase testConnection This test is useful if one is trying to get the runtimetest running for a new database type Revision ChangesPath 1.20 +24 -1 db-torque/src

cvs commit: db-torque/src/generator/src/java/org/apache/torque/engine/platform PlatformOracleImpl.java

2005-05-22 Thread tfischer
tfischer2005/05/22 06:57:18 Modified:src/generator/src/java/org/apache/torque/engine/platform PlatformOracleImpl.java Log: Taken out the mapping for Torque Type BIT as it does not work anymore. The former behaviour was the same as BOOLEANINT, so BOOLEANINT

cvs commit: db-torque/src/rttest test-schema.xml

2005-05-22 Thread tfischer
tfischer2005/05/22 07:50:30 Modified:src/rttest test-schema.xml Log: moved the tables DATE_TEST and LARGE_PK to the test-schema, added a table which uses inheritance to the test schema background of the move is that maybe sometime in the far future, we can use the bookstore

cvs commit: db-torque/src/rttest test-schema.xml

2005-05-22 Thread tfischer
tfischer2005/05/22 08:05:13 Modified:src/rttest/org/apache/torque DataTest.java src/rttest test-schema.xml Log: separated the BitTest from the BooleanCheck-Tests because it does not work for all databases. Also divided the LobTest into a BlobTest and a ClobTest

cvs commit: db-torque checkstyle-license.txt checkstyle-license.xml

2005-06-01 Thread tfischer
tfischer2005/06/01 14:03:55 Added: .checkstyle-license.txt Removed: .checkstyle-license.xml Log: oops, committed the checkstyle license file under the wrong filename. Checkstyle still does not recognize the licencse correctly, but cannot figure out why

cvs commit: db-torque/src/java/org/apache/torque/util Transaction.java SQLBuilder.java VillageUtils.java BasePeer.java

2005-06-01 Thread tfischer
tfischer2005/06/01 14:05:03 Modified:src/java/org/apache/torque/util Transaction.java SQLBuilder.java VillageUtils.java BasePeer.java Log: Fixed some javadoc bugs Revision ChangesPath 1.12 +2 -2 db-torque/src/java/org/apache/torque/util

cvs commit: db-torque project.properties

2005-06-06 Thread tfischer
tfischer2005/06/05 23:09:33 Modified:.project.properties Log: added the correct issue tracking url template for the changes plugin. Now, the links in the Fixes section of the changes actually point to the issue. Revision ChangesPath 1.11 +3 -1 db

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-06-08 Thread tfischer
tfischer2005/06/07 23:08:47 Modified:src/rttest/org/apache/torque DataTest.java Log: corrected Bug: the wrong Peer class was used in the BitType test Revision ChangesPath 1.22 +3 -3 db-torque/src/rttest/org/apache/torque/DataTest.java Index: DataTest.java

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-06-09 Thread tfischer
tfischer2005/06/09 14:22:15 Modified:src/rttest/org/apache/torque DataTest.java Log: Get runtimetest working for HSQLDB: - skip Join Test becauseHSQLDB does not support right joins - clean A table each time before saving Revision ChangesPath 1.23 +15 -1 db

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-06-11 Thread tfischer
tfischer2005/06/10 23:31:27 Modified:src/rttest/org/apache/torque DataTest.java Log: added the testcase testSingleRecords changed the position of the exit point in testJoins for HSQLDB just before the first right join Revision ChangesPath 1.25 +37 -9 db

cvs commit: db-torque/src/generator/src/java/org/apache/torque/engine/platform PlatformPostgresqlImpl.java

2005-06-11 Thread tfischer
tfischer2005/06/11 02:46:19 Modified:src/generator/src/java/org/apache/torque/engine/platform PlatformPostgresqlImpl.java Log: added Mapping from TorqueType BLOB to Postgres Type BYTEA Revision ChangesPath 1.7 +2 -1 db-torque/src

cvs commit: db-torque/xdocs changes.xml

2005-06-14 Thread tfischer
tfischer2005/06/14 13:35:13 Modified:xdocschanges.xml Log: small face lifting: - replaced single quotes by double quotes for attributes - moved the issue names to issue attributes - added some punctuation marks Revision ChangesPath 1.162 +27 -32db

cvs commit: db-torque/xdocs changes.xml

2005-06-14 Thread tfischer
tfischer2005/06/14 13:39:49 Modified:xdocschanges.xml Log: Added a note about generating the comments. This should have been in the second last commit :-( Revision ChangesPath 1.163 +4 -0 db-torque/xdocs/changes.xml Index: changes.xml

cvs commit: db-torque/xdocs changes.xml

2005-06-14 Thread tfischer
tfischer2005/06/14 13:51:13 Modified:src/generator/src/java/org/apache/torque/task TorqueJDBCTransformTask.java xdocschanges.xml Log: The TorqueJDBCTransformTask now creates a name attribute for the database element. Fixes TRQS286

cvs commit: db-torque/src/rttest test-schema.xml

2005-06-15 Thread tfischer
tfischer2005/06/14 23:51:57 Modified:src/rttest test-schema.xml Log: added size attributes to the varchar columns in inheritance_test_table (oracle needs them) Revision ChangesPath 1.25 +4 -0 db-torque/src/rttest/test-schema.xml Index: test-schema.xml

cvs commit: db-torque/src/rttest bookstore-schema.xml

2005-06-26 Thread tfischer
tfischer2005/06/26 02:35:23 Modified:src/rttest bookstore-schema.xml Log: Fixed description for c table Revision ChangesPath 1.21 +1 -1 db-torque/src/rttest/bookstore-schema.xml Index: bookstore-schema.xml

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-06-26 Thread tfischer
tfischer2005/06/26 03:46:48 Modified:src/rttest/org/apache/torque DataTest.java Log: Added a Testcase for XPeer.DoSelectJoinY and another one for invoking Torque.shutdown() Revision ChangesPath 1.26 +44 -3 db-torque/src/rttest/org/apache/torque/DataTest.java

cvs commit: db-torque/src/rttest test-schema.xml

2005-06-27 Thread tfischer
tfischer2005/06/27 14:34:10 Modified:src/generator/src/templates/om Object.vm ObjectWithManager.vm src/generator/src/dtd database.dtd .project-base.xml xdocschanges.xml src/generator/src/java

cvs commit: db-torque/src/java/org/apache/torque/avalon TorqueComponent.java

2005-07-02 Thread tfischer
tfischer2005/07/02 00:22:34 Modified:src/java/org/apache/torque/dsfactory PerUserPoolDataSourceFactory.java DataSourceFactory.java SharedPoolDataSourceFactory.java JndiDataSourceFactory.java

cvs commit: db-torque/xdocs changes.xml

2005-07-02 Thread tfischer
tfischer2005/07/02 08:22:32 Modified:src/java/org/apache/torque/util SQLBuilder.java Criteria.java xdocschanges.xml Log: The asColumns in a Criteria are now added to the SQL select clause in the same order as they were added to a Criteria

cvs commit: db-torque KEYS

2005-07-06 Thread tfischer
tfischer2005/07/06 12:47:37 Added: .KEYS Log: File containing the Keys of the Torque developers Revision ChangesPath 1.1 db-torque/KEYS Index: KEYS === This file contains

cvs commit: db-torque/src/maven-plugin project.xml

2005-07-08 Thread tfischer
tfischer2005/07/08 10:45:20 Modified:src/maven-plugin project.xml Log: updated most libaries to the newest available stable version Revision ChangesPath 1.23 +5 -5 db-torque/src/maven-plugin/project.xml Index: project.xml

cvs commit: db-torque/src/generator checkstyle-license.txt

2005-07-08 Thread tfischer
tfischer2005/07/08 10:47:56 Added: src/generator checkstyle-license.txt Log: license template to make checkstyle happy Revision ChangesPath 1.1 db-torque/src/generator/checkstyle-license.txt Index: checkstyle-license.txt

cvs commit: db-torque build.xml

2005-07-08 Thread tfischer
tfischer2005/07/08 11:01:07 Removed: .build.xml Log: This file is outdated and was removed before, but I put it in again in mistake when merging the Torque 3.1-branch with head. Removing it again

cvs commit: db-torque/src/conf/master Torque.master

2005-07-08 Thread tfischer
tfischer2005/07/08 11:06:03 Modified:src/conf/master Torque.master Log: Removed unused configuration properties. These include - torque.applicationRoot - all the log4j properties Revision ChangesPath 1.14 +1 -23 db-torque/src/conf/master/Torque.master

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-07-13 Thread tfischer
tfischer2005/07/13 13:34:29 Modified:src/rttest/org/apache/torque DataTest.java Log: Corrected typos in testcase BlobTest Revision ChangesPath 1.27 +7 -7 db-torque/src/rttest/org/apache/torque/DataTest.java Index: DataTest.java

cvs commit: db-torque/src/rttest/org/apache/torque DataTest.java

2005-07-13 Thread tfischer
tfischer2005/07/13 14:12:07 Modified:src/rttest/org/apache/torque DataTest.java Log: added a testcase which does a select for prepared statements Revision ChangesPath 1.28 +35 -2 db-torque/src/rttest/org/apache/torque/DataTest.java Index: DataTest.java

cvs commit: db-torque project.xml maven.xml

2005-07-17 Thread tfischer
tfischer2005/07/17 20:47:24 Modified:.project.xml maven.xml Log: moved default target from maven.xml to project.xml also released project-base.xml in source distribution to make its build work Revision ChangesPath 1.118 +1 -1 db-torque/project.xml

cvs commit: db-torque/src/generator/src/conf build-src.properties

2005-07-17 Thread tfischer
tfischer2005/07/17 21:00:54 Modified:src/generator project.xml project.properties maven.xml Added: src/generator/src/conf build-src.properties Log: moved default target and resources from the generator's maven.xml to its project.xml added a hack to resolve dependency

cvs commit: db-torque/src/generator/src/templates project.xml

2005-07-17 Thread tfischer
tfischer2005/07/17 21:09:52 Modified:src/generator/src/conf build.properties build-torque.xml default.properties Added: src/generator/src/templates project.xml Log: create extra jar for the generator templates to keep the structure of the generator

cvs commit: db-torque/xdocs/tutorial step1.xml index.xml step3.xml step2.xml

2005-07-17 Thread tfischer
tfischer2005/07/17 21:33:10 Modified:xdocs/tutorial step1.xml index.xml step3.xml step2.xml Log: - thrown out some historical stuff - change version names - added a remark on the structure of torque (runtime, generator, maven plugin) - added a remark that the create-db might

cvs commit: db-torque/src/maven-plugin project.xml

2005-07-17 Thread tfischer
tfischer2005/07/17 21:47:33 Modified:src/maven-plugin project.xml Log: added a reference to torque-gen-templates changed the referenced version of torque-gen from snapshot to the current version. The snapshot will rather download an older version from the remote repository than

cvs commit: db-torque/xdocs/tutorial step2.xml

2005-07-18 Thread tfischer
tfischer2005/07/18 10:31:29 Modified:xdocs/tutorial step2.xml Log: fixed typo Revision ChangesPath 1.12 +1 -1 db-torque/xdocs/tutorial/step2.xml Index: step2.xml === RCS file: /home/cvs/db

cvs commit: db-torque maven.xml

2005-07-18 Thread tfischer
tfischer2005/07/18 10:34:04 Modified:.maven.xml Log: include the contents of the conf directory in the binary release do not include the contents of the src/generator directory in the source release Revision ChangesPath 1.25 +14 -3 db-torque/maven.xml

cvs commit: db-torque/src/generator maven.xml

2005-07-19 Thread tfischer
tfischer2005/07/19 06:24:51 Modified:src/generator maven.xml Log: include default.properties and schema in build Revision ChangesPath 1.13 +11 -2 db-torque/src/generator/maven.xml Index: maven.xml

cvs commit: db-torque/src/generator/src/conf default.properties

2005-07-19 Thread tfischer
tfischer2005/07/19 06:26:17 Modified:src/generator/src/conf default.properties Log: changed the default source directory for the schema.xml files to match the maven default Revision ChangesPath 1.10 +2 -2 db-torque/src/generator/src/conf/default.properties

cvs commit: db-torque/src/generator/xdocs properties-reference.xml

2005-07-19 Thread tfischer
tfischer2005/07/19 06:27:26 Modified:src/generator/xdocs properties-reference.xml Log: correct the default directory for the schema.xml files Revision ChangesPath 1.10 +1 -1 db-torque/src/generator/xdocs/properties-reference.xml Index: properties

cvs commit: db-torque/xdocs developer-guide.xml

2005-07-19 Thread tfischer
tfischer2005/07/19 06:28:07 Modified:xdocsdeveloper-guide.xml Log: update to match current release structure Revision ChangesPath 1.17 +10 -5 db-torque/xdocs/developer-guide.xml Index: developer-guide.xml

cvs commit: db-torque/xdocs download.xml

2005-07-19 Thread tfischer
tfischer2005/07/19 07:31:16 Added: xdocsdownload.xml Log: The file seems to have gone lost when merging the 3.1-Branch into HEAD. Added links for the the 3-2-rc1 release Revision ChangesPath 1.2 +277 -0db-torque/xdocs/download.xml

cvs commit: db-torque/xdocs navigation.xml

2005-07-19 Thread tfischer
tfischer2005/07/19 07:32:20 Modified:xdocsnavigation.xml Log: exchanged the link to the 3-2.docs for a link to the 3-1.docs Revision ChangesPath 1.24 +1 -1 db-torque/xdocs/navigation.xml Index: navigation.xml

cvs commit: db-torque/xdocs status.xml

2005-07-19 Thread tfischer
tfischer2005/07/19 07:37:25 Modified:xdocsstatus.xml Log: added a status message for 3.2-rc1 Revision ChangesPath 1.15 +37 -0 db-torque/xdocs/status.xml Index: status.xml === RCS file

cvs commit: db-torque maven.xml

2005-07-19 Thread tfischer
tfischer2005/07/19 08:26:36 Modified:.maven.xml Log: add failonerror=false to copying of src/conf because the directory does not exist in the maven plugin Revision ChangesPath 1.27 +2 -2 db-torque/maven.xml Index: maven.xml

cvs commit: db-torque build-test.xml

2005-07-19 Thread tfischer
tfischer2005/07/19 10:38:39 Modified:.build-test.xml Log: copy test schema for runtimetest to the right directory Revision ChangesPath 1.48 +2 -2 db-torque/build-test.xml Index: build-test.xml

cvs commit: db-torque maven.xml

2005-07-21 Thread tfischer
tfischer2005/07/21 00:05:39 Modified:.maven.xml Log: do not include src/maven-plugin directory in teh source distribution Revision ChangesPath 1.29 +4 -2 db-torque/maven.xml Index: maven.xml

cvs commit: db-torque/xdocs oracle-howto.xml

2005-07-21 Thread tfischer
tfischer2005/07/21 13:24:41 Modified:xdocsoracle-howto.xml Log: make clear that the village for oracle also works for torque-3.2 Revision ChangesPath 1.6 +1 -1 db-torque/xdocs/oracle-howto.xml Index: oracle-howto.xml

cvs commit: db-torque project-base.xml

2005-07-21 Thread tfischer
tfischer2005/07/21 14:00:15 Modified:.project-base.xml Log: use cvs.apache.org as deploy host for the website Revision ChangesPath 1.17 +1 -1 db-torque/project-base.xml Index: project-base.xml

cvs commit: db-torque/src/generator/xdocs properties-reference.xml

2005-07-25 Thread tfischer
tfischer2005/07/25 00:42:00 Modified:src/generator/src/templates/om Control.vm ExtensionObject.vm MapBuilder.vm Object.vm ExtensionManager.vm Interface.vm ExtensionPeer.vm MultiExtendObject.vm Peer.vm BaseManager.vm

cvs commit: db-torque/src/generator/src/java/org/apache/torque/task TorqueJDBCTransformTask.java

2005-07-28 Thread tfischer
tfischer2005/07/28 07:07:24 Modified:src/generator/src/java/org/apache/torque/task TorqueJDBCTransformTask.java Log: Close the connection for obtaining the table information when the task is done Revision ChangesPath 1.10 +144 -133 db

svn commit: r230657 - /db/torque/trunk/src/generator/src/templates/om/Control.vm

2005-08-07 Thread tfischer
Author: tfischer Date: Sun Aug 7 03:11:44 2005 New Revision: 230657 URL: http://svn.apache.org/viewcvs?rev=230657view=rev Log: Fixed problem with missing definition of packagename when generator property torque.subpackage.base is not set Modified: db/torque/trunk/src/generator/src/templates

svn commit: r232591 - /db/torque/trunk/xdocs/developer-guide.xml

2005-08-14 Thread tfischer
Author: tfischer Date: Sun Aug 14 01:07:17 2005 New Revision: 232591 URL: http://svn.apache.org/viewcvs?rev=232591view=rev Log: Replaced CVS by SVN Modified: db/torque/trunk/xdocs/developer-guide.xml Modified: db/torque/trunk/xdocs/developer-guide.xml URL: http://svn.apache.org/viewcvs/db

svn commit: r232837 - in /db/torque/trunk: profile/ src/generator/src/conf/ src/generator/src/templates/om/ src/maven-plugin/ xdocs/

2005-08-15 Thread tfischer
Author: tfischer Date: Mon Aug 15 10:36:54 2005 New Revision: 232837 URL: http://svn.apache.org/viewcvs?rev=232837view=rev Log: - Added a method getXXX(connection) to retrieve associated objects in the n-1 direction, which uses the provided connection if a db hit is necessary - Added

svn commit: r234008 - in /db/torque/trunk/xdocs/tutorial: index.xml step1.xml step2.xml step3.xml step4.xml step5.xml step6.xml

2005-08-20 Thread tfischer
Author: tfischer Date: Sat Aug 20 01:24:08 2005 New Revision: 234008 URL: http://svn.apache.org/viewcvs?rev=234008view=rev Log: Added links to the wiki for user comments corrected the headline in step 4 Modified: db/torque/trunk/xdocs/tutorial/index.xml db/torque/trunk/xdocs/tutorial

  1   2   3   4   5   6   7   8   9   10   >