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
Backport go-gitea#28552 by @6543
can we please PLEAS PLEASE only use raw SQL statements if it is relay
needed!!!
source is go-gitea#28544 (before
refactoring)
Co-authored-by: 6543 <m.huber@kithara.com>
has, err:=db.GetEngine(ctx).SQL("SELECT * FROM review WHERE id IN (SELECT max(id) as id FROM review WHERE issue_id = ? AND reviewer_id = ? AND original_author_id = 0 AND type in (?, ?, ?))",
0 commit comments