You can view the issue detail at the following URL:
<http://scarab.werken.com/scarab/issues/id/TRQS127>

Type :        Patch
Issue Id :    TRQS127
Reported by: travis stevens
             [EMAIL PROTECTED] - ([EMAIL PROTECTED])

Details:

Platform: PC
Operating system: Redhat
Summary: Table.java did not have primaryKeys with Peer.vm was looking for.
Description: Peer.vm contains a method called getPrimaryKey.  This method relies on 
org.apache.torque.engine.database.model.Table to have a List object called 
primaryKeys.  However, it does not.  This is causes the method to cotain only the 
line: return null;.
I added code to Table.java so that the member primaryKeys contains a list of all 
columns that are primary keys.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to