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

Remove LIKE tweak from metadata.properties

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 10.4.1.3
    • SQL
    • None

    Description

      The tweak in the second last line in metadata.properties:
      AND (V."COLUMN_NAME" LIKE ? OR V."COLUMN_NAME" = ?) \
      may be changed to
      AND V."COLUMN_NAME" LIKE ? \
      when DERBY-1231 is fixed

      Attachments

        1. d2145-part-3.diff
          0.6 kB
          Bernt Johnsen
        2. d2145-part-2.diff
          1 kB
          Bernt Johnsen
        3. d2145-part-2.stat
          0.1 kB
          Bernt Johnsen
        4. d2145.stat
          0.1 kB
          Thomas Nielsen
        5. d2145.diff
          0.6 kB
          Thomas Nielsen

        Issue Links

          Activity

            People

              bernt Bernt Johnsen
              bernt Bernt Johnsen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: