Skip to content

Commit 57075df

Browse files
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.
1 parent f86ba73 commit 57075df

File tree

1 file changed

+312
-312
lines changed

1 file changed

+312
-312
lines changed

0 commit comments

Comments
 (0)