Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-15462

The db upgrade scripts for oracle do not work on table ezpending_actions

    XMLWordPrintable

Details

    Description

      (as reported by ab)

      In the update 1.5-to-1.6 script, the following SQL does not work:

      ALTER TABLE ezpending_actions MODIFY (param varchar2(3000));
      

      This happens because oracle does not allow simple alter tables when the column is a LOB (doh!).
      We need to use some smarter trickery to work around this - and patch it in releases 1.6 ... 2.0, in case somebody tries to do the upgrade following the correct path...

      Attachments

        Activity

          People

            72f8acac-185f-4a54-9470-a7473f50daab@accounts.ibexa.co Gaetano Giunta
            72f8acac-185f-4a54-9470-a7473f50daab@accounts.ibexa.co Gaetano Giunta
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: