Uploaded image for project: 'YesCart'
  1. YesCart
  2. YC-199

Change YC.XML to use "unique-key" instead of "unique and index"

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.0.0, 2.0.0
    • Fix Version/s: 1.0.0, 2.0.0
    • Component/s: sf server
    • Labels:
      None

      Description

      Using mapping like we do:
      unique="true" index="CARRIERSLA_GUID"
      causes issue with Derby as it creates two indices - one for unique=true and one for index=name

      Instead we need to use:
      unique-key="CARRIERSLA_GUID"
      as this will create only one index which is unique

        Attachments

          Activity

            People

            • Assignee:
              denis Denis Pavlov
              Reporter:
              denis Denis Pavlov
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: