From: Ted L. (JIRA) <nh...@gm...> - 2011-03-26 14:14:20
|
[ http://216.121.112.228/browse/NH-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20755#action_20755 ] Ted Lum commented on NH-2597: ----------------------------- Still trying to track it down, the exact reason for the condition of null optional parameters is still unknown. > GetLimitString "Nullable object must have a value" exception in DB2Dialect > -------------------------------------------------------------------------- > > Key: NH-2597 > URL: http://216.121.112.228/browse/NH-2597 > Project: NHibernate > Issue Type: Bug > Components: DataProviders / Dialects > Affects Versions: 3.0.0.GA > Reporter: Ted Lum > > GetLimitString takes nullable parameters for offsetParameterIndex and limitParameterIndex. > When those parameters are null > pagingBuilder.Add("<= ").Add(Parameter.WithIndex(limitParameterIndex.Value)); > throws "Nullable object must have a value" exception. -- 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 |