Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-2652

SQL storage fails on "system properties"

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.1.6
    • Component/s: Core VCS
    • Impact type:
      Content model Change
    • Upgrade notes:
      Hide

      For PostgreSQL:
      ALTER TABLE misc ADD COLUMN wfinprogress BOOLEAN;
      ALTER TABLE misc ADD COLUMN wfincoption TEXT;
      For Derby:
      ALTER TABLE misc ADD COLUMN wfinprogress SMALLINT;
      ALTER TABLE misc ADD COLUMN wfincoption CLOB;
      Adapt for other databases depending on their boolean/text types.

      Show
      For PostgreSQL: ALTER TABLE misc ADD COLUMN wfinprogress BOOLEAN; ALTER TABLE misc ADD COLUMN wfincoption TEXT; For Derby: ALTER TABLE misc ADD COLUMN wfinprogress SMALLINT; ALTER TABLE misc ADD COLUMN wfincoption CLOB; Adapt for other databases depending on their boolean/text types.

      Description

      SQLDocument.getSystemProp and SQLDocument.setSystemProp are missing.

        Attachments

          Activity

            People

            • Assignee:
              fguillaume Florent Guillaume
              Reporter:
              fguillaume Florent Guillaume
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: