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

Fix invalid implementation of date time in jdbc

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.12.0
    • JDBC Driver
    • None

    Description

      The jdbc spec is as following:
      'This method uses the given calendar to construct an appropriate millisecond
value for the time if the underlying database does not store
 timezone information.'

      We should correctly fix implementations

      java.sql.Time getTime(int columnIndex, Calendar cal) throws SQLException;
      java.sql.Date getDate(int columnIndex, Calendar cal) throws SQLException;
      java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException;
      

      Attachments

        Issue Links

          Activity

            People

              jhkim Jinho Kim
              jhkim Jinho Kim
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: