From: Ted L. (JIRA) <nh...@gm...> - 2011-03-25 15:36:57
|
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 |