Uploaded image for project: 'Torque'
  1. Torque
  2. TORQUE-126 schema changes for 4.0
  3. TORQUE-127

remove "null" value of idMethod attribute in table element

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0-beta1
    • 4.0-beta1
    • Generator
    • None

    Description

      In Torque 3.3, the description of the attribute idMethod is
      <!ATTLIST table
      ....
      idMethod (idbroker|native|none|null) "null"
      ....
      There is no reason to have the explicit value "null". As with other attributes (e.g. "default" on element column), leaving the attribute empy is more intuitive than having the string value null.

      Therefore, the suggestion would be to change the definition to

      idMethod (idbroker|native|none) #IMPLIED

      or its xsd equivalent.

      Attachments

        Activity

          People

            tfischer Thomas Fox
            tfischer Thomas Fox
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: