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
Note `users`.`school_id` = ? is incorrectly included at the root level of the query as well as inside of the or group. As a result, when I query for "sally" (and expect only one result back) all of the users within this school are returned. That part of the query should only be included at the root of the query.
The text was updated successfully, but these errors were encountered:
Executing this fluent command:
Creates this SQL:
Note
`users`.`school_id` = ?
is incorrectly included at the root level of the query as well as inside of theor
group. As a result, when I query for "sally" (and expect only one result back) all of the users within this school are returned. That part of the query should only be included at the root of the query.The text was updated successfully, but these errors were encountered: