Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds setting ForceListExpansion to provide a way to enable consistent handling of list parameters regardless of RDBMS #1874

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JoshuaRogers
Copy link

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.

…nt handling of list parameters regardless of RDBMS (DapperLib#1871)
@JoshuaRogers
Copy link
Author

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.

@JoshuaRogers
Copy link
Author

Update: Resolved conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Array expansion produces SQL with inconsistent parenthesis between RDBMS
1 participant