Uploaded image for project: 'Torque'
  1. Torque
  2. TORQUE-186

BOOLEANINT and null value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0-beta1
    • None
    • None

    Description

      In the current 4.0 SNAPSHOT, I have a BOOLEANINT object column which is mapped to a java Boolean object.
      Currently, the database value null is mapped to Boolean.False and the java value null is mapped to 0 in the database
      Expected behaviour:
      The database value null is mapped to java null and the java value null is mapped to null in the database.

      It remains to be checked what the behaviour for Torque 3.3 is.

      Attachments

        Activity

          People

            tfischer Thomas Fox
            tfischer Thomas Fox
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: