remove "null" value of idMethod attribute in table element
----------------------------------------------------------
Key: TORQUE-127
URL: https://issues.apache.org/jira/browse/TORQUE-127
Project: Torque
Issue Type: Sub-task
Components: Generator
Affects Versions: 4.0
Reporter: Thomas Fischer
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]