You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Gilles Bayon (JIRA)" <ib...@incubator.apache.org> on 2008/05/31 09:19:45 UTC

[jira] Created: (IBATISNET-266) Add new parameter syntax support @{property}

Add new parameter syntax support @{property}
--------------------------------------------

                 Key: IBATISNET-266
                 URL: https://issues.apache.org/jira/browse/IBATISNET-266
             Project: iBatis for .NET
          Issue Type: New Feature
          Components: DataMapper
    Affects Versions: DataMapper 3.0
            Reporter: Gilles Bayon
            Priority: Minor
             Fix For: DataMapper 3.0


Remarks:
Old syntax are always supported.
In one statement declaration, you can't mix old and new syntax.

Sample

insert into Accounts
     (Account_ID, Account_FirstName, Account_LastName, Account_Email)
 values
(
      @{Id}, @{FirstName}, @{LastName}, @{EmailAddress,dbType=VarChar,nullValue=no_email@provided.com}
)

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


[jira] Closed: (IBATISNET-266) Add new parameter syntax support @{property}

Posted by "Gilles Bayon (JIRA)" <ib...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/IBATISNET-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Bayon closed IBATISNET-266.
----------------------------------

    Resolution: Fixed
      Assignee: Gilles Bayon

in SVN

> Add new parameter syntax support @{property}
> --------------------------------------------
>
>                 Key: IBATISNET-266
>                 URL: https://issues.apache.org/jira/browse/IBATISNET-266
>             Project: iBatis for .NET
>          Issue Type: New Feature
>          Components: DataMapper
>    Affects Versions: DataMapper 3.0
>            Reporter: Gilles Bayon
>            Assignee: Gilles Bayon
>            Priority: Minor
>             Fix For: DataMapper 3.0
>
>
> Remarks:
> Old syntax are always supported.
> In one statement declaration, you can't mix old and new syntax.
> Sample
> insert into Accounts
>      (Account_ID, Account_FirstName, Account_LastName, Account_Email)
>  values
> (
>       @{Id}, @{FirstName}, @{LastName}, @{EmailAddress,dbType=VarChar,nullValue=no_email@provided.com}
> )

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