-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Prevent multiexecute on parameters with type IDynamicMetaObjectProvider or IEnumerable<KeyValuePair<string, object>> #151
Comments
I'm having the same issue as well |
Yep, that sounds undesirable - possibly a regression; I'll try to deploy an
|
1.35 released - currently not the default, while I dogfood it etc, but is On 27 September 2014 10:40, Marc Gravell marc.gravell@gmail.com wrote:
Regards, Marc |
Now working fine in production stackoverflow.com etc, so released as default NuGet package. I'm assuming this is now closed, unless I hear "that still doesn't work" |
I use ExpandoObject for initialize Execute() method parameters. If take a look at SqlMapper.Execute() method, multiExec enabled for IEnumeable param, but it's unexpected behavior with ExpandoObject. Please, refine conditions like this:
The text was updated successfully, but these errors were encountered: