Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 56380 invoked from network); 30 Mar 2005 12:40:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Mar 2005 12:40:43 -0000 Received: (qmail 20389 invoked by uid 500); 30 Mar 2005 12:40:43 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 20370 invoked by uid 500); 30 Mar 2005 12:40:42 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 20356 invoked by uid 500); 30 Mar 2005 12:40:42 -0000 Received: (qmail 20352 invoked by uid 99); 30 Mar 2005 12:40:42 -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 minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 30 Mar 2005 04:40:42 -0800 Received: (qmail 56365 invoked by uid 1977); 30 Mar 2005 12:40:41 -0000 Date: 30 Mar 2005 12:40:41 -0000 Message-ID: <20050330124041.56364.qmail@minotaur.apache.org> From: tfischer@apache.org To: db-torque-cvs@apache.org Subject: cvs commit: db-torque/src/generator/src/templates/sql/id-table idtable.msaccess X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N tfischer 2005/03/30 04:40:41 Modified: xdocs changes.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 no idea whether msaccess support works or not. If anybody knows, please let us know Revision Changes Path 1.151 +4 -0 db-torque/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/db-torque/xdocs/changes.xml,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- changes.xml 28 Mar 2005 18:25:27 -0000 1.150 +++ changes.xml 30 Mar 2005 12:40:41 -0000 1.151 @@ -28,6 +28,10 @@ + + Added missing templates for msaccess. I did not test it, + so no idea whether msaccess is actually supported. + It is now possible to generate simple Beans for Torque data objects. Methods are supplied to create Beans from Data object and vice versa. 1.1 db-torque/src/generator/src/templates/sql/db-init/msaccess/createdb.vm Index: createdb.vm =================================================================== ## Not implemented 1.1 db-torque/src/generator/src/templates/sql/id-table/idtable.msaccess Index: idtable.msaccess =================================================================== #foreach ($tbl in $tables) insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES ($initialID, '$tbl.Name', $initialIDValue, $initialIDStep); #set ( $initialID = $initialID + 1 ) #end --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org