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
db = os.path.expanduser("~/patch-review-dashboard-v2/prisma/patch-review.db")
conn = sqlite3.connect(db)
print("=== PreprocessedPatch ===")
res = conn.execute("SELECT issueId, component, version FROM PreprocessedPatch WHERE component LIKE '%microcode%' OR component LIKE '%uek%'").fetchall()