You can view the issue detail at the following URL:

    http://scarab.werken.com/issues/id/TRQS97

Type
 Defect

Issue ID
 TRQS97 (object.vm generates classes with bad syntax when using primary keys of short 
or byte)

Modified by
 Jean-Laurent Huynh
 [EMAIL PROTECTED] ([EMAIL PROTECTED])

The following modifications were made to this issue:
---------------------------------------------------------------------

Added comment to issue 'when using a SMALLINT column for a primary key,
the release 3.0-b2 was generating code like that 
  copyObj.setRowid((NumberKey)null);
The 3.0.2 release generates code like that:
  copyObj.setRowid(0);
Which does not comp...'


---------------------------------------------------------------------
This message is automatically generated by the Scarab
issue tracking system.  For more information:
http://scarab.tigris.org/



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

Reply via email to