[DB Torque Wiki] Updated: PostgreSQLFAQ

2004-03-25 Thread torque-dev
Date: 2004-03-25T14:23:31 Editor: 128.200.36.28 <> Wiki: DB Torque Wiki Page: PostgreSQLFAQ URL: http://wiki.apache.org/db-torque/PostgreSQLFAQ more on SERIAL (aka autoincrement in mysql) Change Log: --

Suggested Change to doDelete() in the Templates

2004-03-25 Thread Mitchell, Charles A CONT J6415,
I'm using Torque 3.1. The doDelete() method in the Base[TableName]Peer class calls Base[TableName]Peer instead of [TableName]Peer. Here's the code in BaseTableNamePeer : public static void doDelete( Criteria criteria ) throws TorqueException { BaseTableNamePeer.doDelete( criteria, (Connection

[PATCH] Mistake in previous HSQL patch

2004-03-25 Thread Serge Huber
Hi all, I made a mistake in my previous patch for Torque Gen. Could this patch please be applied swiftly to correct this ? Sorry about the error... Regards, Serge Huber. Index: src/generator/src/templates/sql/base/hypersonic/table.vm ===