You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded to v2.7.11 today and it turns out that stmt.AddParam no longer is exported. Why is that? The documentation still uses the exported AddParam, so either it's a mistaka or the documentation needs to be updated.
parameters should passed in exec function because there I can check if parameter is a tagged structure (multiple pars) or array (enable bulk insert) so I hide AddParam
I will update documentation
I upgraded to v2.7.11 today and it turns out that
stmt.AddParam
no longer is exported. Why is that? The documentation still uses the exportedAddParam
, so either it's a mistaka or the documentation needs to be updated.The culprit: 8a65904
The text was updated successfully, but these errors were encountered: