Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-16667

AFFINITY_COLUMN & PK column in the TABLE_COLUMNS view are always FALSE.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.12
    • 2.14
    • sql
    • None

    Description

      execute the sql:

      CREATE TABLE City (
        ID INT,
        Name VARCHAR,
        CountryCode CHAR(3),
        District VARCHAR,
        Population INT,
        PRIMARY KEY (ID, CountryCode)
      );

      then select * from sys.table_column where table_name = 'CITY';

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              liyuj YuJue Li
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: