We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the BulkMerge bulk operation is being called with multiple qualifiers, a SQL exception is being thrown in relation to the syntax.
BulkMerge
The issue is tested via dynamic invocation and not via model-based method. It might be that the issue is isolated to dynamics instead.
Exception Message:
Library Version:
Example: RepoDb v1.12.8 and RepoDb.SqlServer v1.1.3
The text was updated successfully, but these errors were encountered:
Note: As per our replication steps, this happens only if all the fields on the table/model/dynamic-object were used as the qualifiers.
Sorry, something went wrong.
How did we call it?
Model:
Schema:
#850 - Fixes for the BulkMerge incorrect syntax.
e7ed868
This will be available on the next version > RepoDb v1.12.8-beta4.
mikependon
No branches or pull requests
Bug Description
When the
BulkMerge
bulk operation is being called with multiple qualifiers, a SQL exception is being thrown in relation to the syntax.The issue is tested via dynamic invocation and not via model-based method. It might be that the issue is isolated to dynamics instead.
Exception Message:
Library Version:
Example: RepoDb v1.12.8 and RepoDb.SqlServer v1.1.3
The text was updated successfully, but these errors were encountered: