Skip to content

GetStreamsToSnapshot for large database is crashing the Service #54

@brustolin

Description

@brustolin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions