-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
questionFurther information is requestedFurther information is requested
Description
ReportViewer.NET uses Dapper and uses parameterised queries. When a user passes more than 2100 items in a report to an IN query, it'll fail as SQL Server's max number of allowed parameters is 2100.
Do we:
a) Check passed list against available options and pass that directly to the SQL query, avoiding parameterising.
b) Keep as is and see this as a difference to what the native MS Report Viewer does
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested