Return-Path: Delivered-To: apmail-ibatis-dev-archive@www.apache.org Received: (qmail 79045 invoked from network); 8 Jul 2005 14:18:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jul 2005 14:18:02 -0000 Received: (qmail 69486 invoked by uid 500); 8 Jul 2005 14:18:01 -0000 Delivered-To: apmail-ibatis-dev-archive@ibatis.apache.org Received: (qmail 69460 invoked by uid 500); 8 Jul 2005 14:18:01 -0000 Mailing-List: contact dev-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ibatis.apache.org Delivered-To: mailing list dev@ibatis.apache.org Received: (qmail 69357 invoked by uid 500); 8 Jul 2005 14:18:00 -0000 Delivered-To: apmail-incubator-ibatis-dev@incubator.apache.org Received: (qmail 69353 invoked by uid 99); 8 Jul 2005 14:18:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 07:17:48 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9AB7F1B for ; Fri, 8 Jul 2005 16:17:45 +0200 (CEST) Message-ID: <949174048.1120832265632.JavaMail.jira@ajax.apache.org> Date: Fri, 8 Jul 2005 16:17:45 +0200 (CEST) From: "Ron Grabowski (JIRA)" To: ibatis-dev@incubator.apache.org Subject: [jira] Updated: (IBATISNET-88) TimeSpanTypeHandler.cs is not implemented In-Reply-To: <2000279457.1120832264700.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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 TimeSpan). For example: // DateTimeTypeHandler.cs return dataReader.GetDateTime(mapping.ColumnIndex); // TimeSpanTypeHanlder.cs return dataReader.GetDateTime(mapping.ColumnIndex).TimeOfDay; > 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: TimeSpanTypeHandler.cs > > public override object GetValueByName(ResultProperty mapping, IDataReader dataReader) > { > return "ToDo"; > } -- 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