You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Marc Lustig <ma...@marclustig.com> on 2002/12/17 19:04:24 UTC

[SOURCE] Issue #TRQS96 - tinyint becomes byte

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

Type :        Defect
Issue Id :    TRQS96
Reported by: Marc Lustig
             axismundi - (mail@marclustig.com)

Details:

Summary: tinyint becomes byte
Description: when defaultJavaType="object"
tinyint maps to Byte
--> problem: torque produces code like Byte xx =
new Byte(0); which does not work
Status: New
Database: MySQL
Operating system: Windows
Priority: Medium