You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Ron Grabowski (JIRA)" <ib...@incubator.apache.org> on 2005/07/11 17:21:17 UTC

[jira] Created: (IBATISNET-91) Cache is not flushed if the statement attribute of the flushOnExecute node is set to a or id

Posted by "Gilles Bayon (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATISNET-91?page=all ]
     
Gilles Bayon closed IBATISNET-91:
---------------------------------

    Fix Version: DataMapper 1.3
     Resolution: Won't Fix

A select (ExecuteQueryForObject, ExecuteQueryForMap , ExecuteQueryForList ) don't modify your obejct so you don't have to notify the cache.

> Cache is not flushed if the statement attribute of the flushOnExecute node is set to a <statement> or <select> id
> -----------------------------------------------------------------------------------------------------------------
>
>          Key: IBATISNET-91
>          URL: http://issues.apache.org/jira/browse/IBATISNET-91
>      Project: iBatis for .NET
>         Type: Bug
>     Reporter: Ron Grabowski
>     Assignee: Gilles Bayon
>     Priority: Trivial
>      Fix For: DataMapper 1.3

>
> The RaiseExecuteEvent() method is called at the end of ExecuteInsert and ExecuteUpdate but not  at the end of ExecuteQueryForObject.
> Should it be called at the end of ExecuteQueryForMap and ExecuteQueryForList too ???

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (IBATISNET-91) Cache is not flushed if the statement attribute of the flushOnExecute node is set to a or