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
there is a very little code bug in things sql update function. In mainflux/things/postgres/things.go line:99 - 101
error handle with res.RowsAffected, it should be errdb not err
@orangetcy I can confirm the bug. Since this is rather a simple fix and the solution you proposed will do the job, do you want to issue a fix pull request and join the Mainflux contributors team?
orangetcy
pushed a commit
to orangetcy/mainflux
that referenced
this issue
Apr 19, 2021
BUG REPORT
there is a very little code bug in things sql update function. In mainflux/things/postgres/things.go line:99 - 101
error handle with res.RowsAffected, it should be errdb not err
ENHANCEMENT
from
to
The text was updated successfully, but these errors were encountered: