sue445 / rubocop-isucon

RuboCop plugin for ruby reference implementation of ISUCON

Home Page:https://sue445.github.io/rubocop-isucon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix duplicate offense messages in `RuboCop::Cop::Isucon::Mysql2::NPlusOneQuery`

sue445 opened this issue · comments

teacher = db.xquery('SELECT * FROM `users` WHERE `id` = ?', course[:teacher_id]).first
^^ This looks like N+1 query.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This looks like N+1 query.