AW: Copying Torque Object

2006-05-29 Thread Thoralf Rickert
Is it useful to make a feature request in JIRA? -Ursprüngliche Nachricht- Von: Thoralf Rickert [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 24. Mai 2006 15:13 An: Apache Torque Developers List Betreff: Copying Torque Object Hi! I've a small problem with the copy() and

Using native JDBC with Torque

2006-05-29 Thread Trevor Miller
Hi All, I'm using native JDBC to perform a slect count in conjunction with torque. Connection con = Torque.getConnection(); String sql = SELECT COUNT(menu_id) FROM menu WHERE parent_id=?; PreparedStatement pStmt = con.prepareStatement(sql);

AW: Copying Torque Object

2006-05-29 Thread Thomas Fischer
It would help me not to forget it :-) Thanks in advance, Thomas Thoralf Rickert [EMAIL PROTECTED] schrieb am 29.05.2006 08:50:15: Is it useful to make a feature request in JIRA? -Ursprüngliche Nachricht- Von: Thoralf Rickert [mailto:[EMAIL PROTECTED] Gesendet:

RE: Using native JDBC with Torque

2006-05-29 Thread Thomas Fischer
Whenever you call getConnection() manually, you must close this connection. If you have any sugestions to improve the documentation, patches are welcome (preferably via jira). Thomas Trevor Miller [EMAIL PROTECTED] schrieb am 29.05.2006 09:59:06: Hi All, I'm using native JDBC to

[jira] Created: (TORQUE-23) DeepCopy

2006-05-29 Thread Thoralf Rickert (JIRA)
DeepCopy Key: TORQUE-23 URL: http://issues.apache.org/jira/browse/TORQUE-23 Project: Torque Type: New Feature Components: Generator Reporter: Thoralf Rickert Priority: Minor I've a small problem with the copy() and copyInto() methods in the

[jira] Updated: (TORQUE-23) DeepCopy

2006-05-29 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-23?page=all ] Thoralf Rickert updated TORQUE-23: -- Attachment: patch.txt Okay, this is a patch for the Object.vm generated with Eclipse. It creates a strange (localized) path to the Object.vm resource. I've

RE: setLimit() for Sybase.

2006-05-29 Thread Martin.Goulet
Hi Thomas, Based on this: http://mail-archives.apache.org/mod_mbox/db-torque-dev/200301.mbox/%3CF3 [EMAIL PROTECTED] I suggest that LimitHelper.java be modified according to the attached patch. Let me know what you think. MG -Original Message- From: Thomas Fischer [mailto:[EMAIL

RE: setLimit() for Sybase.

2006-05-29 Thread Martin.Goulet
Here's the patch (the attachment didn't make it through): == Index: C:/Program Files/eclipse/workspace/Torque-3.2-Runtime/src/java/org/apache/torque/ut il/LimitHelper.java === --- C:/Program