From: Neal G. (JIRA) <nh...@gm...> - 2011-04-20 18:08:32
|
[ http://216.121.112.228/browse/NH-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neal Groothuis updated NH-2660: ------------------------------- Attachment: NHibernate.Test.zip Test case illustrating the problem. > Db.Time types are being set as DateTime > --------------------------------------- > > Key: NH-2660 > URL: http://216.121.112.228/browse/NH-2660 > Project: NHibernate > Issue Type: Bug > Components: Core > Affects Versions: 3.1.0 > Reporter: Neal Groothuis > Priority: Minor > Attachments: NHibernate.Test.zip > > > NHibernate.Type.TimeAsTimeSpanType and NHibernate.Type.TimeType add DateTime parameters to the commands passed to their Set() methods, but per this MSDN article: http://msdn.microsoft.com/en-us/library/cc716729.aspx , the .NET datatype that should be used for DbType.Time fields is TimeSpan. At least when trying to update TIME columns with SQL Server 2008, this causes an error. > I believe that this can be fairly easily corrected by having the Set() methods save TimeSpans rather than DateTimes to the parameter list. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |