You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following line is causing an exception down the line, as the comment at the end of the line says, the query has no @StreamId parameter.
This only happens if there is more than 512 results for the GetStreamsRequiringSnapshots query.
(q,s)=>q.SetParameter(_dialect.StreamId,_dialect.CoalesceParameterValue(s.StreamId()),DbType.AnsiString))// todo: I'm not sure this is used, the query does not have a "StreamId" parameter