You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Jeff Butler (JIRA)" <ib...@incubator.apache.org> on 2009/03/10 22:43:50 UTC

[jira] Closed: (IBATIS-586) Allow custom properties for columns

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

Jeff Butler closed IBATIS-586.
------------------------------

    Resolution: Fixed

Fixed in SVN.

Thanks Dan.


> Allow custom properties for columns
> -----------------------------------
>
>                 Key: IBATIS-586
>                 URL: https://issues.apache.org/jira/browse/IBATIS-586
>             Project: iBatis for Java
>          Issue Type: New Feature
>          Components: Tools
>    Affects Versions: 2.3.3
>            Reporter: Dan Turkenkopf
>            Assignee: Jeff Butler
>         Attachments: ibator-column-configuration.txt
>
>
> Ibator allows you to create nest custom property tags at the table level which are quite useful in configuring plugins.
> However there's no way to provide the same capabilities on a column by column basis.
> The use case that drove me to add this feature is the need to capitalize certain columns (first name and last name, etc) but not all the columns in the table.
> The attached patch adds an optional <column> tag underneath each <table>.  The column tag supports the nesting of property tags underneath it for custom properties.  It's possible that the ignoreColumn and columnOverride tags could be subsumed by the column tag but it's not necessary.
> An alternate approach would be to create <columnProperty> tags that have the column and the property name and value defined as a single tag. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.