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 2008/12/28 23:36:46 UTC

[jira] Commented: (IBATIS-571) Ibator generated sqlmap file should add quotes to the sql keyword,like "date"

    [ https://issues.apache.org/jira/browse/IBATIS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659483#action_12659483 ] 

Jeff Butler commented on IBATIS-571:
------------------------------------

I assume you mean that there is a table with a column named "date" - an SQL keyword.  Ibator can currently accommodate this through the use of a column override:

<columnOverride column="date" delimitedColumnName="true"/>



> Ibator generated sqlmap file should add quotes to the sql keyword,like "date"
> -----------------------------------------------------------------------------
>
>                 Key: IBATIS-571
>                 URL: https://issues.apache.org/jira/browse/IBATIS-571
>             Project: iBatis for Java
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 2.3.4
>            Reporter: qubicllj
>
> Ibator generated sqlmap file should add quotes to the sql keyword,like "date"

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