Uploaded image for project: 'appNG'
  1. appNG
  2. APPNG-2096

Handling of property value/-datatype

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Backlog
    • Priority: Medium
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: appng-core
    • Labels:
      None

      Description

      Currently we have three datatypes for a property value:

      • value (varchar)
      • clobvalue (longtext)
      • blobvalue (longblob)

      But for the defaultValue only varchar is possible.

      Depending on the property also only one of the datatypes is possible (in most cases varchar).
      For example, the value of site property documentDir must be varchar even a longtext could be possible and/or is set.

      So one optimisation could be to always use longtext for text values. So we end up with only two clob / blob datatypes.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                pritzel.bjoern Bjoern Pritzel
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated: