[jira] Created: (IBATISNET-89) CacheKey.Equals(object) does not check _statementName for equality

2005-07-08 Thread Ron Grabowski (JIRA)
CacheKey.Equals(object) does not check _statementName for equality -- Key: IBATISNET-89 URL: http://issues.apache.org/jira/browse/IBATISNET-89 Project: iBatis for .NET Type: Bug Components: DataMapper

[jira] Commented: (IBATISNET-87) MappedStatement.ExecuteQueryForList(IDalSession session, object parameterObject, IList resultObject ) ignores all cache settings

2005-07-08 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-87?page=comments#action_12315378 ] Ron Grabowski commented on IBATISNET-87: ExecuteQueryForRowDelegate also ignores the cache. > MappedStatement.ExecuteQueryForList(IDalSession session, object > par

[jira] Closed: (IBATIS-168) Support Constructor Parameters for Result Beans

2005-07-08 Thread Brandon Goodin (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-168?page=all ] Brandon Goodin closed IBATIS-168: - Resolution: Duplicate Duplicate of http://issues.apache.org/jira/browse/IBATIS-133 > Support Constructor Parameters for Result Beans > -

Re: [jira] Created: (IBATIS-168) Support Constructor Parameters for Result Beans

2005-07-08 Thread Ron Grabowski
How is this issue different from IBATIS-50? --- "Adam Brod (JIRA)" wrote: > Support Constructor Parameters for Result Beans > --- > > Key: IBATIS-168 > URL: http://issues.apache.org/jira/browse/IBATIS-168 > Project: iBatis for J

[jira] Created: (IBATIS-168) Support Constructor Parameters for Result Beans

2005-07-08 Thread Adam Brod (JIRA)
Support Constructor Parameters for Result Beans --- Key: IBATIS-168 URL: http://issues.apache.org/jira/browse/IBATIS-168 Project: iBatis for Java Type: New Feature Versions: 2.1.0 Environment: All Reporter: Ada

[jira] Updated: (IBATISNET-88) TimeSpanTypeHandler.cs is not implemented

2005-07-08 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-88?page=all ] Ron Grabowski updated IBATISNET-88: --- Attachment: TimeSpanTypeHandler.cs Untested implementation that converts values to/from DateTime then returns the TimeOfDay property (which is a TimeSp

[jira] Created: (IBATISNET-88) TimeSpanTypeHandler.cs is not implemented

2005-07-08 Thread Ron Grabowski (JIRA)
TimeSpanTypeHandler.cs is not implemented - Key: IBATISNET-88 URL: http://issues.apache.org/jira/browse/IBATISNET-88 Project: iBatis for .NET Type: Bug Components: DataMapper Reporter: Ron Grabowski Attachments: TimeSp

Re: [jira] Created: (IBATISNET-87) MappedStatement.ExecuteQueryForList(IDalSession session, object parameterObject, IList resultObject ) ignores all cache settings

2005-07-08 Thread Ron Grabowski
That's not entiretly true. There aren't any in CacheTest.cs. --- "Ron Grabowski (JIRA)" wrote: > > There aren't any unit tests for this style of QueryForList: > > UserCollection userCollection = new UserCollection(); > sqlMapper.QueryForList("User.GetMany", null, userCollection); > return us