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
DriverBase: Only remove unused command parameters if the database driver
uses named parameters in SQL queries (NH-2893)
It is not currently possible to identify and remove unused unnamed parameters - represented by a question-mark (?) - from a SQL query. This is only possible where there is a correlation between the name of the parameter in the query and in the command parameter collection.
0 commit comments