From: Ted L. (JIRA) <nh...@gm...> - 2011-03-26 21:49:14
|
[ http://216.121.112.228/browse/NH-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Lum updated NH-2597: ------------------------ Attachment: NHibernate.zip Test case > 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 > Attachments: NHibernate.zip > > > 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 |