Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-820

DDL sequencer ignores length unit qualifiers of K, M, and G

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.1.0.Final
    • 2.0.0.Final
    • Sequencers
    • None

      CREATE TABLE MBR_ITEM_CONTENTS
      (
      ITEM_ID_P1 BIGINT NOT NULL,
      ITEM_ID_P2 BIGINT NOT NULL,
      ITEM_VERSION VARCHAR(80) NOT NULL,
      ITEM_CONTENT BLOB(20M) NOT NULL
      )%

      Produces a column called ITEM_CONTENT of type BLOB, but length 20.

            rhauch Randall Hauch (Inactive)
            teiid John Verhaeg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: