Dapper
Dapper copied to clipboard
Adds setting `ForceListExpansion` to provide a way to enable consistent handling of list parameters regardless of RDBMS
This implements a setting to allow opting-in to Dapper's list expansion even for databases that do not otherwise require it, in order to ensure consistent handling of lists for SQL designed to support multiple RDBMS.
Closes #1871.
Is there anything else I need to do for this pull request? The inconsistency of array handling is currently preventing me from being able to use arrays, so if there is more that needs to be done here, I'm willing to do so.
Update: Resolved conflicts.