Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-2212

Add "Unique where not null" to create index

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 10.2.1.6
    • None
    • SQL
    • Normal

    Description

      Derby prohibits creation of unique constraints on nullable colums (as well if only some columns in the constraint list are nullable) and treat nulls in unique indexes as normal values (i.e. only one row with null values in indexed columns may be inserted into the table). This bahavior is very restrictive, does not completely comply with SQL standards (both letter and intent) as well as with business needs and intending meaning of NULL values (2 null values are not considered as equal, this comparision shall return NULL, and for selection criteria boolean null is treated as FALSE).

      This behavior, as far as I can see, is modelled after DB2 (and differs from behavior of most other major databases, like SyBase, Oracle, etc.).

      But even DB2 provide some means to alleviate these restrictions, namely "UNIQUE WHERE NOT NULL" clause for CREATE INDEX statement.

      It will be very good if such "UNIQUE WHERE NOT NULL" clause will be introduced in Derby.

      Regards,
      Oleksandr Alesinskyy

      Attachments

        1. FunctionlaSpecv2.html
          4 kB
          Anurag Aggarwal
        2. FunctionalSpecV3.html
          6 kB
          Anurag Aggarwal
        3. FunctionalSpecV3_comment.html
          6 kB
          Mike Matrigali
        4. FunctionalSpec.html
          2 kB
          Anurag Aggarwal
        5. derby-2212preview2.diff
          24 kB
          Anurag Aggarwal
        6. derby-2212preview.diff
          16 kB
          Anurag Aggarwal

        Issue Links

          Activity

            People

              Unassigned Unassigned
              al0 Oleksandr Alesinskyy
              Votes:
              6 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: