Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-1745

System catalog columns of type BIGINT and INT created with incorrect precision of zero.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 10.0.2.0, 10.0.2.1, 10.1.1.0, 10.1.2.1, 10.1.3.1, 10.2.1.6
    • None
    • SQL
    • Normal

    Description

      Due to the way system column metadata was handled in the code system columns of these types are always created with precision 0.
      User defined columns of these types will have precision 10 (INT) and 19 (BIGINT)
      DERBY-1734 will fix this for 10.3 and hopefully 10.2 by a merge before the release.
      This bug is here to investigate upgrade issues and fix them if required.
      Not known of any incorrect issues due to this, except for incorrect JDBC metadata for such columns.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              djd Daniel John Debrunner
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: