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

oracle: database consystency check fails for INTEGER columns

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • None
    • extension/ezoracle 1.8.2, extension/ezoracle 2.0.2
    • None

    Description

      The problem lies in the fact that integer columns are created with full precision (ie. 38), and later compared with their base definition - with a precision of 11.
      While it would be technically correct to create integers with a precision of 11,

      • it is slightly lower in Oracle to do so (the numbers are still stored using the same space, but an extra check is added for bounds overflowing)
      • we prefer backwards compat for all existing installations anyway

      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: