[ 
https://issues.apache.org/jira/browse/TORQUE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Fischer resolved TORQUE-127.
-----------------------------------

         Assignee: Thomas Fischer
    Fix Version/s: 4.0
       Resolution: Fixed

> 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
>            Assignee: Thomas Fischer
>             Fix For: 4.0
>
>
> 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: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to