Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-842

NULL handling in JDBC.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0
    • None
    • None

    Description

      Currently JDBC doesn't handle NULL value, only wasnull() is provided. JDBC handles NULL data like the following rule.

      • Text type: return java null.
      • Int, Float type: return 0
      • Date/Time type: return null.
      • Boolean: return false
      • getObject(): return java null

      Attachments

        Activity

          People

            hjkim Hyoungjun Kim
            hjkim Hyoungjun Kim
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: