Skip to content

RDBAccessSvc: Fix cppcheck warnings.

Pass strings by const reference, not by value. Copying value in range-for.

Merge request reports