[jira] Commented: (CAY-1022) MySQL 5 data type tinyint(1) not interpreted as java.lang.Boolean

From: JIRA (Borut)
Date: Wed Jul 16 2008 - 16:22:53 EDT

  • Next message: JIRA: "[jira] Created: (CAY-1086) Generate DB Schema options and generated SQL"

        [ https://issues.apache.org/cayenne/browse/CAY-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010#action_13010 ]

    Borut Bolčina commented on CAY-1022:
    ------------------------------------

    I reverse engineered a database again today but with a different mysql driver - and woila - the problem was gone. The problem is (was) in the jconnector 3.1.6. Now with 5+ it works.

    > MySQL 5 data type tinyint(1) not interpreted as java.lang.Boolean
    > -----------------------------------------------------------------
    >
    > Key: CAY-1022
    > URL: https://issues.apache.org/cayenne/browse/CAY-1022
    > Project: Cayenne
    > Issue Type: Bug
    > Components: Cayenne Core Library
    > Affects Versions: 3.0
    > Environment: Cayenne 3.0M3, Modeler-win, Mysql 5
    > Reporter: Borut Bolčina
    > Assignee: Andrus Adamchik
    >
    > If data type is defined as tinyint(1), the class for this attribute should be Boolean, but is insted Byte. Byte is ok if there is no length defined in parenthesis.
    > http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-type-conversions.html

    -- 
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
    



    This archive was generated by hypermail 2.0.0 : Wed Jul 16 2008 - 16:23:30 EDT