0 Replies Latest reply on May 27, 2003 6:43 AM by cw1057

    I can't retrieve the 'false' data from mysql with jboss ql

    cw1057

      When i use the 'boolean(or java.lang.Boolean) ' type parameter in Jboss QL to retrieve the data from mysql, i can get the data with 'true' field value, but fail with the 'false' field value.
      But if i use the 'String' type parameter instead, it's ok!
      What' wrong with this?
      My Jboss is 3.2.x and mysql is 3.23.54a, and the type of the field in mysql is enum('true', 'false')