-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
Line 158 in 64b7068
| searcherReposCond = searcherReposCond.Or(builder.Expr(`id IN (SELECT repo_id FROM "access" WHERE access.user_id = ? AND owner_id != ?)`, |
"access" is not valid in a sql query, it should be `access` instead. This error causes 500 Internal Server errors:
