[ http://issues.apache.org/jira/browse/TORQUE-43?page=all ]
Thomas Vandahl closed TORQUE-43. -------------------------------- > retrieveByPK uses name instead of javaName > ------------------------------------------ > > Key: TORQUE-43 > URL: http://issues.apache.org/jira/browse/TORQUE-43 > Project: Torque > Issue Type: Bug > Components: Generator > Affects Versions: 3.3 > Reporter: Thoralf Rickert > Assigned To: Thomas Vandahl > Priority: Minor > Fix For: 3.3 > > Attachments: patch.txt > > > If you have a column definition like: > <column name="class" javaName="aClass" primaryKey="true" required="true" > size="30" type="VARCHAR"/> > the generator creates retrieveByPK method with a parameter called "class" > instead of "aClass". This is unexpected. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
